Midnight Blossom Drive Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Blossom Drive palette
Midnight Blossom Drive color palette PNG image
Midnight Blossom Drive color palette CSS
/* CSS */
.color-1 {
color: #f4b3ca;
}
.color-2 {
color: #eea0b7;
}
.color-3 {
color: #ce6f95;
}
.color-4 {
color: #723e84;
}
.color-5 {
color: #1b1d31;
}
/* CSS Variables */
:root {
--color-1: #f4b3ca;
--color-2: #eea0b7;
--color-3: #ce6f95;
--color-4: #723e84;
--color-5: #1b1d31;
}
Midnight Blossom Drive background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b3ca, #eea0b7, #ce6f95, #723e84, #1b1d31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b3ca, #eea0b7, #ce6f95, #723e84, #1b1d31);
}
Similar color palettes
Midnight Blossom Drive color palette created on .