Vital Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vital Spectrum palette

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

Vital Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #69bf8a;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #e74d3c;
}
.color-5 {
color: #287fb8;
}

/* CSS Variables */
:root {
--color-1: #69bf8a;
--color-2: #f1c40e;
--color-3: #d15400;
--color-4: #e74d3c;
--color-5: #287fb8;
}

Vital Spectrum の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf8a, #f1c40e, #d15400, #e74d3c, #287fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf8a, #f1c40e, #d15400, #e74d3c, #287fb8);
}

Vital Spectrum color palette created on .