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