Vee version 1 カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vee version 1 palette

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

Vee version 1 カラーパレット CSS

/* CSS */
.color-1 {
color: #59bec9;
}
.color-2 {
color: #54afc0;
}
.color-3 {
color: #d7b7a7;
}
.color-4 {
color: #d595b4;
}
.color-5 {
color: #b681a5;
}

/* CSS Variables */
:root {
--color-1: #59bec9;
--color-2: #54afc0;
--color-3: #d7b7a7;
--color-4: #d595b4;
--color-5: #b681a5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59bec9, #54afc0, #d7b7a7, #d595b4, #b681a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59bec9, #54afc0, #d7b7a7, #d595b4, #b681a5);
}

Vee version 1 color palette created on .