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