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