Hazelpool Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hazelpool palette
Hazelpool color palette PNG image
Hazelpool color palette CSS
/* CSS */
.color-1 {
color: #4b8b7c;
}
.color-2 {
color: #a8d7c2;
}
.color-3 {
color: #f0e2b2;
}
.color-4 {
color: #f4a662;
}
.color-5 {
color: #c87a5f;
}
/* CSS Variables */
:root {
--color-1: #4b8b7c;
--color-2: #a8d7c2;
--color-3: #f0e2b2;
--color-4: #f4a662;
--color-5: #c87a5f;
}
Hazelpool background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b7c, #a8d7c2, #f0e2b2, #f4a662, #c87a5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b7c, #a8d7c2, #f0e2b2, #f4a662, #c87a5f);
}
Similar color palettes
Scroll down to explore 7 Hazel color palettes
Hazelpool color palette created on .