Shutter Spectrum カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shutter Spectrum palette

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

Shutter Spectrum カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #9fd6e5;
}
.color-5 {
color: #5d8b98;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffd54d;
--color-4: #9fd6e5;
--color-5: #5d8b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffd54d, #9fd6e5, #5d8b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffd54d, #9fd6e5, #5d8b98);
}

Shutter Spectrum color palette created on .