Ew, Nature! Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ew, Nature! palette
Ew, Nature! color palette CSS
/* CSS */
.color-1 {
color: #a6392b;
}
.color-2 {
color: #d37d3c;
}
.color-3 {
color: #f1c65b;
}
.color-4 {
color: #8ccc3e;
}
.color-5 {
color: #3d8f62;
}
/* CSS Variables */
:root {
--color-1: #a6392b;
--color-2: #d37d3c;
--color-3: #f1c65b;
--color-4: #8ccc3e;
--color-5: #3d8f62;
}
Ew, Nature! background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6392b, #d37d3c, #f1c65b, #8ccc3e, #3d8f62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6392b, #d37d3c, #f1c65b, #8ccc3e, #3d8f62);
}
Similar color palettes
Ew, Nature! color palette created on .