Acorn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Acorn palette
Acorn color palette CSS
/* CSS */
.color-1 {
color: #a67777;
}
.color-2 {
color: #cd8c74;
}
.color-3 {
color: #efa96c;
}
.color-4 {
color: #efd76c;
}
.color-5 {
color: #ebe9c1;
}
/* CSS Variables */
:root {
--color-1: #a67777;
--color-2: #cd8c74;
--color-3: #efa96c;
--color-4: #efd76c;
--color-5: #ebe9c1;
}
Acorn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67777, #cd8c74, #efa96c, #efd76c, #ebe9c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67777, #cd8c74, #efa96c, #efd76c, #ebe9c1);
}
Similar color palettes
Scroll down to explore 400+ Beige color palettes
Acorn color palette created on .