Vital Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vital Spectrum palette

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

Vital Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f6e67e;
}
.color-3 {
color: #f8b8a0;
}
.color-4 {
color: #f78d1d;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f6e67e;
--color-3: #f8b8a0;
--color-4: #f78d1d;
--color-5: #d95e3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f6e67e, #f8b8a0, #f78d1d, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f6e67e, #f8b8a0, #f78d1d, #d95e3f);
}

Vital Spectrum color palette created on .