Kererū Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kererū palette
Kererū color palette CSS
/* CSS */
.color-1 {
color: #007a5e;
}
.color-2 {
color: #aedd92;
}
.color-3 {
color: #f0c17a;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #b84e3d;
}
/* CSS Variables */
:root {
--color-1: #007a5e;
--color-2: #aedd92;
--color-3: #f0c17a;
--color-4: #e76e50;
--color-5: #b84e3d;
}
Kererū background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a5e, #aedd92, #f0c17a, #e76e50, #b84e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a5e, #aedd92, #f0c17a, #e76e50, #b84e3d);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Kererū color palette created on .