Sunset Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Shades palette

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

Sunset Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5f5c;
}
.color-2 {
color: #ffb65c;
}
.color-3 {
color: #ffde66;
}
.color-4 {
color: #a3d86f;
}
.color-5 {
color: #6ab1e7;
}

/* CSS Variables */
:root {
--color-1: #ff5f5c;
--color-2: #ffb65c;
--color-3: #ffde66;
--color-4: #a3d86f;
--color-5: #6ab1e7;
}

Sunset Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f5c, #ffb65c, #ffde66, #a3d86f, #6ab1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f5c, #ffb65c, #ffde66, #a3d86f, #6ab1e7);
}

Sunset Shades color palette created on .