Golden Meadow Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Meadow Serenity palette

Share this palette to:

Golden Meadow Serenity color palette CSS

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

Golden Meadow Serenity background gradient CSS

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