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