Here Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Here palette
Here color palette PNG image
Here color palette CSS
/* CSS */
.color-1 {
color: #8eb6c2;
}
.color-2 {
color: #c3dfce;
}
.color-3 {
color: #f8eabf;
}
.color-4 {
color: #f9b98b;
}
.color-5 {
color: #eb7156;
}
/* CSS Variables */
:root {
--color-1: #8eb6c2;
--color-2: #c3dfce;
--color-3: #f8eabf;
--color-4: #f9b98b;
--color-5: #eb7156;
}
Here background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8eb6c2, #c3dfce, #f8eabf, #f9b98b, #eb7156);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8eb6c2, #c3dfce, #f8eabf, #f9b98b, #eb7156);
}
Similar color palettes
Scroll down to explore 60+ Aqua color palettes
Here color palette created on .