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: #b92d2d;
}
.color-3 {
color: #d15252;
}
.color-4 {
color: #f1a2a2;
}
.color-5 {
color: #f7d4d4;
}

/* CSS Variables */
:root {
--color-1: #872223;
--color-2: #b92d2d;
--color-3: #d15252;
--color-4: #f1a2a2;
--color-5: #f7d4d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #872223, #b92d2d, #d15252, #f1a2a2, #f7d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #872223, #b92d2d, #d15252, #f1a2a2, #f7d4d4);
}

Shades of Red color palette created on .