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