Shades of Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red palette

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

Shades of Red カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #d63f2e;
}
.color-3 {
color: #f1e0d0;
}
.color-4 {
color: #b42222;
}
.color-5 {
color: #f5f5db;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #d63f2e;
--color-3: #f1e0d0;
--color-4: #b42222;
--color-5: #f5f5db;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #d63f2e, #f1e0d0, #b42222, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #d63f2e, #f1e0d0, #b42222, #f5f5db);
}

Shades of Red color palette created on .