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