Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f4aeb5;
}
.color-2 {
color: #f5996b;
}
.color-3 {
color: #f17b32;
}
.color-4 {
color: #e1666e;
}
.color-5 {
color: #df3f2a;
}

/* CSS Variables */
:root {
--color-1: #f4aeb5;
--color-2: #f5996b;
--color-3: #f17b32;
--color-4: #e1666e;
--color-5: #df3f2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4aeb5, #f5996b, #f17b32, #e1666e, #df3f2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4aeb5, #f5996b, #f17b32, #e1666e, #df3f2a);
}

似たようなカラーパレット

Sunset Serenade color palette created on .