Midnight Study Break Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Study Break palette
Midnight Study Break color palette CSS
/* CSS */
.color-1 {
color: #dab9c5;
}
.color-2 {
color: #f2cad4;
}
.color-3 {
color: #f5e3b2;
}
.color-4 {
color: #b2e2a7;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #dab9c5;
--color-2: #f2cad4;
--color-3: #f5e3b2;
--color-4: #b2e2a7;
--color-5: #6b9cd1;
}
Midnight Study Break background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dab9c5, #f2cad4, #f5e3b2, #b2e2a7, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dab9c5, #f2cad4, #f5e3b2, #b2e2a7, #6b9cd1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Midnight Study Break color palette created on .