Midnight Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blossoms palette
Midnight Blossoms color palette PNG image
Midnight Blossoms color palette CSS
/* CSS */
.color-1 {
color: #1d0d2b;
}
.color-2 {
color: #4a2c54;
}
.color-3 {
color: #814b86;
}
.color-4 {
color: #bc6cad;
}
.color-5 {
color: #f1a7ca;
}
/* CSS Variables */
:root {
--color-1: #1d0d2b;
--color-2: #4a2c54;
--color-3: #814b86;
--color-4: #bc6cad;
--color-5: #f1a7ca;
}
Midnight Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d0d2b, #4a2c54, #814b86, #bc6cad, #f1a7ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d0d2b, #4a2c54, #814b86, #bc6cad, #f1a7ca);
}
Similar color palettes
Midnight Blossoms color palette created on .