Mariana Muse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mariana Muse palette
Mariana Muse color palette CSS
/* CSS */
.color-1 {
color: #e3b94f;
}
.color-2 {
color: #daa24e;
}
.color-3 {
color: #b75a4e;
}
.color-4 {
color: #799e4c;
}
.color-5 {
color: #4a9cbf;
}
/* CSS Variables */
:root {
--color-1: #e3b94f;
--color-2: #daa24e;
--color-3: #b75a4e;
--color-4: #799e4c;
--color-5: #4a9cbf;
}
Mariana Muse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b94f, #daa24e, #b75a4e, #799e4c, #4a9cbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b94f, #daa24e, #b75a4e, #799e4c, #4a9cbf);
}
Similar color palettes
Mariana Muse color palette created on .