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