Vivid Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vivid Spectrum palette

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

Vivid Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #e06c52;
}
.color-2 {
color: #e0b352;
}
.color-3 {
color: #7fe052;
}
.color-4 {
color: #53dfb3;
}
.color-5 {
color: #536cdf;
}

/* CSS Variables */
:root {
--color-1: #e06c52;
--color-2: #e0b352;
--color-3: #7fe052;
--color-4: #53dfb3;
--color-5: #536cdf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e06c52, #e0b352, #7fe052, #53dfb3, #536cdf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e06c52, #e0b352, #7fe052, #53dfb3, #536cdf);
}

Vivid Spectrum color palette created on .