Red Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Sunset palette
Red Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f48d3e;
}
.color-4 {
color: #e8433b;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f6b83c;
--color-3: #f48d3e;
--color-4: #e8433b;
--color-5: #bf3a2b;
}
Red Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f6b83c, #f48d3e, #e8433b, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f6b83c, #f48d3e, #e8433b, #bf3a2b);
}
似たようなカラーパレット
下にスクロールして100+個のアンバーカラーパレットを探索しましょう
Red Sunset color palette created on .