Shades of Pampas Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Pampas palette
Shades of Pampas color palette CSS
/* CSS */
.color-1 {
color: #f5f3f0;
}
.color-2 {
color: #e7d3c5;
}
.color-3 {
color: #d1b69f;
}
.color-4 {
color: #b78c76;
}
.color-5 {
color: #a15a4a;
}
/* CSS Variables */
:root {
--color-1: #f5f3f0;
--color-2: #e7d3c5;
--color-3: #d1b69f;
--color-4: #b78c76;
--color-5: #a15a4a;
}
Shades of Pampas background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f3f0, #e7d3c5, #d1b69f, #b78c76, #a15a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f3f0, #e7d3c5, #d1b69f, #b78c76, #a15a4a);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Shades of Pampas color palette created on .