Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6c5c;
}
.color-2 {
color: #ff8c7a;
}
.color-3 {
color: #ffaa99;
}
.color-4 {
color: #ffc7c2;
}
.color-5 {
color: #ffe0d6;
}

/* CSS Variables */
:root {
--color-1: #ff6c5c;
--color-2: #ff8c7a;
--color-3: #ffaa99;
--color-4: #ffc7c2;
--color-5: #ffe0d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6c5c, #ff8c7a, #ffaa99, #ffc7c2, #ffe0d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6c5c, #ff8c7a, #ffaa99, #ffc7c2, #ffe0d6);
}

Sunset Serenade color palette created on .