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