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