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