Meadow Goat Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meadow Goat Serenity palette

Share this palette to:

Meadow Goat Serenity color palette CSS

/* 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;
}

Meadow Goat Serenity background gradient CSS

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