Marie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marie palette
Download Marie Color Palette (PNG)
Marie color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e0a0;
}
.color-3 {
color: #f3cec4;
}
.color-4 {
color: #eab8d1;
}
.color-5 {
color: #d65c8d;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e0a0;
--color-3: #f3cec4;
--color-4: #eab8d1;
--color-5: #d65c8d;
}
Marie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e0a0, #f3cec4, #eab8d1, #d65c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e0a0, #f3cec4, #eab8d1, #d65c8d);
}
Similar color palettes
Scroll down to explore 1000+ Bright color palettes
Marie color palette created on .