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