Amazonian Brew Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Amazonian Brew palette
Amazonian Brew color palette CSS
/* CSS */
.color-1 {
color: #4c8b3c;
}
.color-2 {
color: #a1c94a;
}
.color-3 {
color: #f2e4d4;
}
.color-4 {
color: #d88f4b;
}
.color-5 {
color: #c76d4d;
}
/* CSS Variables */
:root {
--color-1: #4c8b3c;
--color-2: #a1c94a;
--color-3: #f2e4d4;
--color-4: #d88f4b;
--color-5: #c76d4d;
}
Amazonian Brew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8b3c, #a1c94a, #f2e4d4, #d88f4b, #c76d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8b3c, #a1c94a, #f2e4d4, #d88f4b, #c76d4d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Amazonian Brew color palette created on .