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