zoukankan      html  css  js  c++  java
  • Qt ui颜色 矢量图

    比如网站https://flatuicolors.com/提供了不同国家喜欢的颜色

    中国人喜欢的颜色如下:

    #eccc68(或 background:rgb(236, 204, 104))   #ff7f50 (或background: rgb(255, 127, 80))  #ff6b81(或background: rgb(255, 107, 129) ) #a4b0be (或background: rgb(164, 176, 190))  #57606f (或background: rgb(87, 96, 111))

    #ffa502(或background: rgb(255, 165, 2) )  #ff6348(background: rgb(255, 99, 72))  #ff4757(background: rgb(255, 71, 87)) #747d8c(或background: rgb(116, 125, 140) )  #2f3542 (或 background: rgb(47, 53, 66))

    #7bed9f(或background: rgb(123, 237, 159) )  #70a1ff(background: rgb(112, 161, 255)) #5352ed(background: rgb(83, 82, 237)) #ffffff (background: rgb(255, 255, 255)) #dfe4ea(或background: rgb(223, 228, 234))

    #2ed573(或background: rgb(46, 213, 115) )  #1e90ff (background: rgb(30, 144, 255)) #3742fa(background: rgb(55, 66, 250))   #f1f2f6(background: rgb(241, 242, 246)) #ced6e0(或background: rgb(206, 214, 224) )

     常用好看的图片可以在以下网站进行查看:

    阿里巴巴矢量图标库: www.iconfont.cn

    Easy icon

    Font Awesome

    Free Icons and Icon packs

    the noun project

    veestock

  • 相关阅读:
    jsp数据交互二
    jsp数据交互(一)
    JQuery操作DOM
    事件和动画
    Jquery选择器
    Optional容器(jdk1.8)
    java常见集合笔记
    字符串内存占用图解
    单例设计模式
    代码块
  • 原文地址:https://www.cnblogs.com/sgh69/p/15252767.html
Copyright © 2011-2022 走看看