Shades of Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Dark Red palette

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

Shades of Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #3c1020;
}
.color-2 {
color: #602a3f;
}
.color-3 {
color: #8d4e60;
}
.color-4 {
color: #c68b9d;
}
.color-5 {
color: #e2b1c2;
}

/* CSS Variables */
:root {
--color-1: #3c1020;
--color-2: #602a3f;
--color-3: #8d4e60;
--color-4: #c68b9d;
--color-5: #e2b1c2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1020, #602a3f, #8d4e60, #c68b9d, #e2b1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1020, #602a3f, #8d4e60, #c68b9d, #e2b1c2);
}

Shades of Dark Red color palette created on .