Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red palette

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

Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #1b0e0f;
}
.color-2 {
color: #6a292e;
}
.color-3 {
color: #a04b4f;
}
.color-4 {
color: #c23d3d;
}
.color-5 {
color: #f06d6a;
}

/* CSS Variables */
:root {
--color-1: #1b0e0f;
--color-2: #6a292e;
--color-3: #a04b4f;
--color-4: #c23d3d;
--color-5: #f06d6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0e0f, #6a292e, #a04b4f, #c23d3d, #f06d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0e0f, #6a292e, #a04b4f, #c23d3d, #f06d6a);
}

Dark Red color palette created on .