Vee version 1 カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vee version 1 palette

このパレットを共有する先:

Vee version 1 カラーパレット CSS

/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #bf3a2b;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #f39c12;
--color-4: #e74d3c;
--color-5: #bf3a2b;
}

Vee version 1 の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #f39c12, #e74d3c, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #f39c12, #e74d3c, #bf3a2b);
}

似たようなカラーパレット

Vee version 1 color palette created on .