Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #7a1f1f;
}
.color-2 {
color: #9c3535;
}
.color-3 {
color: #b95b5b;
}
.color-4 {
color: #d48282;
}
.color-5 {
color: #f2caca;
}

/* CSS Variables */
:root {
--color-1: #7a1f1f;
--color-2: #9c3535;
--color-3: #b95b5b;
--color-4: #d48282;
--color-5: #f2caca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1f1f, #9c3535, #b95b5b, #d48282, #f2caca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1f1f, #9c3535, #b95b5b, #d48282, #f2caca);
}

Shades of Red color palette created on .