Dark Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red palette

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

Dark Red カラーパレット CSS

/* CSS */
.color-1 {
color: #240a0e;
}
.color-2 {
color: #3f1820;
}
.color-3 {
color: #552a36;
}
.color-4 {
color: #664238;
}
.color-5 {
color: #77464b;
}

/* CSS Variables */
:root {
--color-1: #240a0e;
--color-2: #3f1820;
--color-3: #552a36;
--color-4: #664238;
--color-5: #77464b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #240a0e, #3f1820, #552a36, #664238, #77464b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #240a0e, #3f1820, #552a36, #664238, #77464b);
}

Dark Red color palette created on .