Shades of Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Beige palette
Color Inspiration
Images that showcase this color palette in real designs
Download Shades of Beige Color Palette (PNG)
Shades of Beige color palette CSS
/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #d5cec3;
}
.color-3 {
color: #a49b89;
}
.color-4 {
color: #5d4b41;
}
.color-5 {
color: #2b2926;
}
/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #d5cec3;
--color-3: #a49b89;
--color-4: #5d4b41;
--color-5: #2b2926;
}
Shades of Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #d5cec3, #a49b89, #5d4b41, #2b2926);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #d5cec3, #a49b89, #5d4b41, #2b2926);
}
Similar color palettes
Shades of Beige color palette created on .