Lucent Maroon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lucent Maroon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Lucent Maroon Color Palette (PNG)
Lucent Maroon color palette CSS
/* CSS */
.color-1 {
color: #9d2a2c;
}
.color-2 {
color: #c55962;
}
.color-3 {
color: #d7898c;
}
.color-4 {
color: #e4b4b7;
}
.color-5 {
color: #f1d0d1;
}
/* CSS Variables */
:root {
--color-1: #9d2a2c;
--color-2: #c55962;
--color-3: #d7898c;
--color-4: #e4b4b7;
--color-5: #f1d0d1;
}
Lucent Maroon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d2a2c, #c55962, #d7898c, #e4b4b7, #f1d0d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d2a2c, #c55962, #d7898c, #e4b4b7, #f1d0d1);
}
Similar color palettes
Lucent Maroon color palette created on .