Meadow Ramble Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Meadow Ramble palette

Share this palette to:

Meadow Ramble color palette CSS

/* CSS */
.color-1 {
color: #c19fb2;
}
.color-2 {
color: #f5c7b2;
}
.color-3 {
color: #f3eba0;
}
.color-4 {
color: #d2e5a9;
}
.color-5 {
color: #8cbb8b;
}

/* CSS Variables */
:root {
--color-1: #c19fb2;
--color-2: #f5c7b2;
--color-3: #f3eba0;
--color-4: #d2e5a9;
--color-5: #8cbb8b;
}

Meadow Ramble background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c19fb2, #f5c7b2, #f3eba0, #d2e5a9, #8cbb8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c19fb2, #f5c7b2, #f3eba0, #d2e5a9, #8cbb8b);
}

Meadow Ramble color palette created on .