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