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