Midnight Forest Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Forest Whispers palette

Share this palette to:

Midnight Forest Whispers color palette CSS

/* CSS */
.color-1 {
color: #c4af7e;
}
.color-2 {
color: #796f58;
}
.color-3 {
color: #1a2d3d;
}
.color-4 {
color: #091d34;
}
.color-5 {
color: #0a0c0f;
}

/* CSS Variables */
:root {
--color-1: #c4af7e;
--color-2: #796f58;
--color-3: #1a2d3d;
--color-4: #091d34;
--color-5: #0a0c0f;
}

Midnight Forest Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}

Midnight Forest Whispers color palette created on .