Sunset Support カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Support palette

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

Sunset Support カラーパレット CSS

/* CSS */
.color-1 {
color: #ffe0b3;
}
.color-2 {
color: #ffcba8;
}
.color-3 {
color: #ffb7a8;
}
.color-4 {
color: #f6afa7;
}
.color-5 {
color: #ec9c9c;
}

/* CSS Variables */
:root {
--color-1: #ffe0b3;
--color-2: #ffcba8;
--color-3: #ffb7a8;
--color-4: #f6afa7;
--color-5: #ec9c9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0b3, #ffcba8, #ffb7a8, #f6afa7, #ec9c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0b3, #ffcba8, #ffb7a8, #f6afa7, #ec9c9c);
}

Sunset Support color palette created on .