Paleta de colores Meadow Goat Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Meadow Goat Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Meadow Goat Serenity

/* CSS */
.color-1 {
color: #f4e2b3;
}
.color-2 {
color: #e4b4a0;
}
.color-3 {
color: #c89e9d;
}
.color-4 {
color: #d1c7e1;
}
.color-5 {
color: #9ab4b7;
}

/* CSS Variables */
:root {
--color-1: #f4e2b3;
--color-2: #e4b4a0;
--color-3: #c89e9d;
--color-4: #d1c7e1;
--color-5: #9ab4b7;
}

CSS del degradado de fondo Meadow Goat Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2b3, #e4b4a0, #c89e9d, #d1c7e1, #9ab4b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2b3, #e4b4a0, #c89e9d, #d1c7e1, #9ab4b7);
}

Meadow Goat Serenity color palette created on .