Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f1c1b6;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f8a49b;
}
.color-4 {
color: #f9a96c;
}
.color-5 {
color: #f5b92e;
}
/* CSS Variables */
:root {
--color-1: #f1c1b6;
--color-2: #f7b1a1;
--color-3: #f8a49b;
--color-4: #f9a96c;
--color-5: #f5b92e;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c1b6, #f7b1a1, #f8a49b, #f9a96c, #f5b92e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c1b6, #f7b1a1, #f8a49b, #f9a96c, #f5b92e);
}
似たようなカラーパレット
下にスクロールして100+個のコーラルカラーパレットを探索しましょう
Sunset Serenade color palette created on .