Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

このパレットを共有する先:

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #872223;
}
.color-2 {
color: #a24e4e;
}
.color-3 {
color: #c77a7a;
}
.color-4 {
color: #e1b2b2;
}
.color-5 {
color: #f4d2d2;
}

/* CSS Variables */
:root {
--color-1: #872223;
--color-2: #a24e4e;
--color-3: #c77a7a;
--color-4: #e1b2b2;
--color-5: #f4d2d2;
}

Shades of Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #872223, #a24e4e, #c77a7a, #e1b2b2, #f4d2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #872223, #a24e4e, #c77a7a, #e1b2b2, #f4d2d2);
}

Shades of Red color palette created on .