Serenade of Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenade of Sunset palette

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

Serenade of Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f5b19e;
}
.color-3 {
color: #f7d6ca;
}
.color-4 {
color: #f3e5d8;
}
.color-5 {
color: #ffc3b3;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f5b19e;
--color-3: #f7d6ca;
--color-4: #f3e5d8;
--color-5: #ffc3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f5b19e, #f7d6ca, #f3e5d8, #ffc3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f5b19e, #f7d6ca, #f3e5d8, #ffc3b3);
}

Serenade of Sunset color palette created on .