Prairie Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Prairie Embrace palette
Prairie Embrace color palette CSS
/* CSS */
.color-1 {
color: #e2d0c5;
}
.color-2 {
color: #c5b19b;
}
.color-3 {
color: #a7917b;
}
.color-4 {
color: #7d624a;
}
.color-5 {
color: #59493b;
}
/* CSS Variables */
:root {
--color-1: #e2d0c5;
--color-2: #c5b19b;
--color-3: #a7917b;
--color-4: #7d624a;
--color-5: #59493b;
}
Prairie Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d0c5, #c5b19b, #a7917b, #7d624a, #59493b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d0c5, #c5b19b, #a7917b, #7d624a, #59493b);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Prairie Embrace color palette created on .