Paleta de colores Marie Gold

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Marie Gold palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Marie Gold

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

CSS de la paleta de colores Marie Gold

/* 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 del degradado de fondo 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 .