Midnight Market Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Market Breeze palette
Midnight Market Breeze color palette CSS
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #4d6db3;
}
.color-3 {
color: #6c9bd5;
}
.color-4 {
color: #a8d8e1;
}
.color-5 {
color: #f0c0b7;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #4d6db3;
--color-3: #6c9bd5;
--color-4: #a8d8e1;
--color-5: #f0c0b7;
}
Midnight Market Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #4d6db3, #6c9bd5, #a8d8e1, #f0c0b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #4d6db3, #6c9bd5, #a8d8e1, #f0c0b7);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Midnight Market Breeze color palette created on .