Marisol Luna Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marisol Luna palette
Color Inspiration
Images that showcase this color palette in real designs
Download Marisol Luna Color Palette (PNG)
Marisol Luna color palette CSS
/* CSS */
.color-1 {
color: #c9976e;
}
.color-2 {
color: #c3555d;
}
.color-3 {
color: #bd324e;
}
.color-4 {
color: #9e4777;
}
.color-5 {
color: #6d30a6;
}
/* CSS Variables */
:root {
--color-1: #c9976e;
--color-2: #c3555d;
--color-3: #bd324e;
--color-4: #9e4777;
--color-5: #6d30a6;
}
Marisol Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9976e, #c3555d, #bd324e, #9e4777, #6d30a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9976e, #c3555d, #bd324e, #9e4777, #6d30a6);
}
Similar color palettes
Marisol Luna color palette created on .