Jurassic Jungle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jurassic Jungle palette
Jurassic Jungle color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #d76e28;
}
.color-4 {
color: #9f512d;
}
.color-5 {
color: #8a8a00;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f5c400;
--color-3: #d76e28;
--color-4: #9f512d;
--color-5: #8a8a00;
}
Jurassic Jungle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f5c400, #d76e28, #9f512d, #8a8a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f5c400, #d76e28, #9f512d, #8a8a00);
}
Similar color palettes
Jurassic Jungle color palette created on .