Maroon Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Maroon Hues palette
Maroon Hues color palette CSS
/* CSS */
.color-1 {
color: #c42147;
}
.color-2 {
color: #d0495b;
}
.color-3 {
color: #e56c7c;
}
.color-4 {
color: #f7a5a1;
}
.color-5 {
color: #fdd3d9;
}
/* CSS Variables */
:root {
--color-1: #c42147;
--color-2: #d0495b;
--color-3: #e56c7c;
--color-4: #f7a5a1;
--color-5: #fdd3d9;
}
Maroon Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c42147, #d0495b, #e56c7c, #f7a5a1, #fdd3d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c42147, #d0495b, #e56c7c, #f7a5a1, #fdd3d9);
}
Similar color palettes
Maroon Hues color palette created on .