Light Beige Moth Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Beige Moth palette
Light Beige Moth color palette CSS
/* CSS */
.color-1 {
color: #bea989;
}
.color-2 {
color: #c3b592;
}
.color-3 {
color: #e1c6b2;
}
.color-4 {
color: #f5e2c2;
}
.color-5 {
color: #ebb9b2;
}
/* CSS Variables */
:root {
--color-1: #bea989;
--color-2: #c3b592;
--color-3: #e1c6b2;
--color-4: #f5e2c2;
--color-5: #ebb9b2;
}
Light Beige Moth background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea989, #c3b592, #e1c6b2, #f5e2c2, #ebb9b2);
}
Similar color palettes
Light Beige Moth color palette created on .