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