Midnight Forest Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Forest Whisper palette

Share this palette to:

Midnight Forest Whisper color palette CSS

/* CSS */
.color-1 {
color: #444788;
}
.color-2 {
color: #0b4136;
}
.color-3 {
color: #0a1542;
}
.color-4 {
color: #011919;
}
.color-5 {
color: #06102d;
}

/* CSS Variables */
:root {
--color-1: #444788;
--color-2: #0b4136;
--color-3: #0a1542;
--color-4: #011919;
--color-5: #06102d;
}

Midnight Forest Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #444788, #0b4136, #0a1542, #011919, #06102d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #444788, #0b4136, #0a1542, #011919, #06102d);
}

Similar color palettes

Scroll down to explore 1 Deep blue color palette

Midnight Forest Whisper color palette created on .