Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Serenade palette
Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #ef9348;
}
.color-2 {
color: #f1ab5f;
}
.color-3 {
color: #f3c172;
}
.color-4 {
color: #f6da93;
}
.color-5 {
color: #f9e8b8;
}
/* CSS Variables */
:root {
--color-1: #ef9348;
--color-2: #f1ab5f;
--color-3: #f3c172;
--color-4: #f6da93;
--color-5: #f9e8b8;
}
Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef9348, #f1ab5f, #f3c172, #f6da93, #f9e8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef9348, #f1ab5f, #f3c172, #f6da93, #f9e8b8);
}
似たようなカラーパレット
Sunset Serenade color palette created on .