Coconut Hazel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coconut Hazel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Coconut Hazel Color Palette (PNG)
Coconut Hazel color palette CSS
/* CSS */
.color-1 {
color: #e1b598;
}
.color-2 {
color: #c79c6b;
}
.color-3 {
color: #b38a5b;
}
.color-4 {
color: #7e5c3e;
}
.color-5 {
color: #5a3d30;
}
/* CSS Variables */
:root {
--color-1: #e1b598;
--color-2: #c79c6b;
--color-3: #b38a5b;
--color-4: #7e5c3e;
--color-5: #5a3d30;
}
Coconut Hazel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b598, #c79c6b, #b38a5b, #7e5c3e, #5a3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b598, #c79c6b, #b38a5b, #7e5c3e, #5a3d30);
}
Similar color palettes
Scroll down to explore 400+ colors.coconut color palettes
Coconut Hazel color palette created on .