Marie Gold Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marie Gold palette
Color Inspiration
Images that showcase this color palette in real designs
Download Marie Gold Color Palette (PNG)
Marie Gold color palette CSS
/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffeb7a;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffeb7a;
--color-4: #ffd900;
--color-5: #ffb300;
}
Marie Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffeb7a, #ffd900, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffeb7a, #ffd900, #ffb300);
}
Similar color palettes
Marie Gold color palette created on .