Haunted Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Haunted Forest palette

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

Haunted Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #4c6d90;
}
.color-3 {
color: #678a8e;
}
.color-4 {
color: #b8c6b9;
}
.color-5 {
color: #d9d9d9;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #4c6d90;
--color-3: #678a8e;
--color-4: #b8c6b9;
--color-5: #d9d9d9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #4c6d90, #678a8e, #b8c6b9, #d9d9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #4c6d90, #678a8e, #b8c6b9, #d9d9d9);
}

似たようなカラーパレット

Haunted Forest color palette created on .