Wormwood Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wormwood Elegance palette
Wormwood Elegance color palette CSS
/* CSS */
.color-1 {
color: #9c6f4f;
}
.color-2 {
color: #d0a38a;
}
.color-3 {
color: #f2d19c;
}
.color-4 {
color: #f5c68a;
}
.color-5 {
color: #e27e6e;
}
/* CSS Variables */
:root {
--color-1: #9c6f4f;
--color-2: #d0a38a;
--color-3: #f2d19c;
--color-4: #f5c68a;
--color-5: #e27e6e;
}
Wormwood Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6f4f, #d0a38a, #f2d19c, #f5c68a, #e27e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6f4f, #d0a38a, #f2d19c, #f5c68a, #e27e6e);
}
Similar color palettes
Wormwood Elegance color palette created on .