Vivid Vee カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vivid Vee palette

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

Vivid Vee カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #707eff;
}
.color-3 {
color: #61ff6e;
}
.color-4 {
color: #ffd470;
}
.color-5 {
color: #ffb861;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #707eff;
--color-3: #61ff6e;
--color-4: #ffd470;
--color-5: #ffb861;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #707eff, #61ff6e, #ffd470, #ffb861);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #707eff, #61ff6e, #ffd470, #ffb861);
}

Vivid Vee color palette created on .