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