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