Blushing Meadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Meadows palette

Share this palette to:

Blushing Meadows color palette CSS

/* CSS */
.color-1 {
color: #f46c95;
}
.color-2 {
color: #f4a4c0;
}
.color-3 {
color: #f4d7e2;
}
.color-4 {
color: #c7e2a7;
}
.color-5 {
color: #a3d7e1;
}

/* CSS Variables */
:root {
--color-1: #f46c95;
--color-2: #f4a4c0;
--color-3: #f4d7e2;
--color-4: #c7e2a7;
--color-5: #a3d7e1;
}

Blushing Meadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f46c95, #f4a4c0, #f4d7e2, #c7e2a7, #a3d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f46c95, #f4a4c0, #f4d7e2, #c7e2a7, #a3d7e1);
}

Blushing Meadows color palette created on .