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