Marie Gold Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Marie Gold palette

Share this palette to:

Marie Gold color palette PNG image

Download marie gold color palette PNG image (landscape)
Download marie gold color palette PNG image (square)

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);
}

Marie Gold color palette created on .