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: #ff8e6b;
}
.color-3 {
color: #ff613d;
}
.color-4 {
color: #ff382e;
}
.color-5 {
color: #c83a28;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff8e6b;
--color-3: #ff613d;
--color-4: #ff382e;
--color-5: #c83a28;
}
Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff8e6b, #ff613d, #ff382e, #c83a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff8e6b, #ff613d, #ff382e, #c83a28);
}
似たようなカラーパレット
Shades of Red color palette created on .