Paleta de colores Golden Meadow Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Meadow Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Meadow Serenity

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3f3dd;
}
.color-3 {
color: #efd09a;
}
.color-4 {
color: #ee9417;
}
.color-5 {
color: #91b446;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3f3dd;
--color-3: #efd09a;
--color-4: #ee9417;
--color-5: #91b446;
}

CSS del degradado de fondo Golden Meadow Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3f3dd, #efd09a, #ee9417, #91b446);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3f3dd, #efd09a, #ee9417, #91b446);
}

Golden Meadow Serenity color palette created on .