Dirty Worm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dirty Worm palette
Dirty Worm color palette CSS
/* CSS */
.color-1 {
color: #d7c6a8;
}
.color-2 {
color: #a8a08f;
}
.color-3 {
color: #7c7b6e;
}
.color-4 {
color: #4d4c4c;
}
.color-5 {
color: #2e2d2d;
}
/* CSS Variables */
:root {
--color-1: #d7c6a8;
--color-2: #a8a08f;
--color-3: #7c7b6e;
--color-4: #4d4c4c;
--color-5: #2e2d2d;
}
Dirty Worm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6a8, #a8a08f, #7c7b6e, #4d4c4c, #2e2d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6a8, #a8a08f, #7c7b6e, #4d4c4c, #2e2d2d);
}
Similar color palettes
Scroll down to explore 300+ Earthy color palettes
Dirty Worm color palette created on .