Marie Gold Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Marie Gold palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Marie Gold

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

tavolozza dei colori Marie Gold 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;
}

CSS con gradiente di sfondo Marie Gold

/* 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 .