Dark Red Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red Forest palette

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

Dark Red Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #682c2e;
}
.color-2 {
color: #9c4f4f;
}
.color-3 {
color: #c17b7b;
}
.color-4 {
color: #e1b7b7;
}
.color-5 {
color: #f6e4e4;
}

/* CSS Variables */
:root {
--color-1: #682c2e;
--color-2: #9c4f4f;
--color-3: #c17b7b;
--color-4: #e1b7b7;
--color-5: #f6e4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #682c2e, #9c4f4f, #c17b7b, #e1b7b7, #f6e4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #682c2e, #9c4f4f, #c17b7b, #e1b7b7, #f6e4e4);
}

Dark Red Forest color palette created on .