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