Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c82d28;
}
.color-2 {
color: #e84a4a;
}
.color-3 {
color: #f3745e;
}
.color-4 {
color: #f0967f;
}
.color-5 {
color: #f6b5b1;
}

/* CSS Variables */
:root {
--color-1: #c82d28;
--color-2: #e84a4a;
--color-3: #f3745e;
--color-4: #f0967f;
--color-5: #f6b5b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d28, #e84a4a, #f3745e, #f0967f, #f6b5b1);
}

Shades of Red color palette created on .