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