Midnight Treats Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Treats palette
Download Midnight Treats Color Palette (PNG)
Midnight Treats color palette CSS
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #3e498e;
}
.color-3 {
color: #647baf;
}
.color-4 {
color: #9ab2e0;
}
.color-5 {
color: #f0c4b2;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #3e498e;
--color-3: #647baf;
--color-4: #9ab2e0;
--color-5: #f0c4b2;
}
Midnight Treats background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #3e498e, #647baf, #9ab2e0, #f0c4b2);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Midnight Treats color palette created on .