Vitality Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vitality Spectrum palette

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

Vitality Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #00a803;
}
.color-2 {
color: #00d60e;
}
.color-3 {
color: #00f00c;
}
.color-4 {
color: #dbc500;
}
.color-5 {
color: #b86e00;
}

/* CSS Variables */
:root {
--color-1: #00a803;
--color-2: #00d60e;
--color-3: #00f00c;
--color-4: #dbc500;
--color-5: #b86e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a803, #00d60e, #00f00c, #dbc500, #b86e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a803, #00d60e, #00f00c, #dbc500, #b86e00);
}

Vitality Spectrum color palette created on .