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