Midnight Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Whisper palette

Share this palette to:

Midnight Whisper color palette CSS

/* CSS */
.color-1 {
color: #1b1d2d;
}
.color-2 {
color: #3c3e4e;
}
.color-3 {
color: #5f6172;
}
.color-4 {
color: #a8adb3;
}
.color-5 {
color: #f6f8f9;
}

/* CSS Variables */
:root {
--color-1: #1b1d2d;
--color-2: #3c3e4e;
--color-3: #5f6172;
--color-4: #a8adb3;
--color-5: #f6f8f9;
}

Midnight Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1d2d, #3c3e4e, #5f6172, #a8adb3, #f6f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1d2d, #3c3e4e, #5f6172, #a8adb3, #f6f8f9);
}

Midnight Whisper color palette created on .