Albescent Beige Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Albescent Beige palette
Albescent Beige color palette CSS
/* CSS */
.color-1 {
color: #f5e8d1;
}
.color-2 {
color: #e0c3a9;
}
.color-3 {
color: #d2b69d;
}
.color-4 {
color: #bfae8d;
}
.color-5 {
color: #a68c7d;
}
/* CSS Variables */
:root {
--color-1: #f5e8d1;
--color-2: #e0c3a9;
--color-3: #d2b69d;
--color-4: #bfae8d;
--color-5: #a68c7d;
}
Albescent Beige background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d1, #e0c3a9, #d2b69d, #bfae8d, #a68c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d1, #e0c3a9, #d2b69d, #bfae8d, #a68c7d);
}
Similar color palettes
Scroll down to explore 300+ Beige color palettes
Albescent Beige color palette created on .