Dark Red Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Red Forest palette

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

Dark Red Forest カラーパレット (PNG) をダウンロード

Download dark red forest color palette PNG image (landscape)
Download dark red forest color palette PNG image (square)

Dark Red Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #a62b2b;
}
.color-2 {
color: #8a0000;
}
.color-3 {
color: #b42222;
}
.color-4 {
color: #cd5b5b;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #a62b2b;
--color-2: #8a0000;
--color-3: #b42222;
--color-4: #cd5b5b;
--color-5: #ff6347;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b2b, #8a0000, #b42222, #cd5b5b, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b2b, #8a0000, #b42222, #cd5b5b, #ff6347);
}

Dark Red Forest color palette created on .