Shaggy Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shaggy Green palette
Shaggy Green color palette CSS
/* CSS */
.color-1 {
color: #4b7c6d;
}
.color-2 {
color: #8f9d7b;
}
.color-3 {
color: #e0c890;
}
.color-4 {
color: #f4a20b;
}
.color-5 {
color: #d57a30;
}
/* CSS Variables */
:root {
--color-1: #4b7c6d;
--color-2: #8f9d7b;
--color-3: #e0c890;
--color-4: #f4a20b;
--color-5: #d57a30;
}
Shaggy Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b7c6d, #8f9d7b, #e0c890, #f4a20b, #d57a30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b7c6d, #8f9d7b, #e0c890, #f4a20b, #d57a30);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shaggy Green color palette created on .