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