Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Serenade palette

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

Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fef1cd;
}
.color-2 {
color: #fea867;
}
.color-3 {
color: #fe90aa;
}
.color-4 {
color: #fb6f76;
}
.color-5 {
color: #f7555a;
}

/* CSS Variables */
:root {
--color-1: #fef1cd;
--color-2: #fea867;
--color-3: #fe90aa;
--color-4: #fb6f76;
--color-5: #f7555a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef1cd, #fea867, #fe90aa, #fb6f76, #f7555a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef1cd, #fea867, #fe90aa, #fb6f76, #f7555a);
}

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

下にスクロールして2個のSoft yellowカラーパレットを探索しましょう

Sunset Serenade color palette created on .