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