Hint of Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hint of Green palette
Download Hint of Green Color Palette (PNG)
Hint of Green color palette CSS
/* CSS */
.color-1 {
color: #b1f2d8;
}
.color-2 {
color: #98e6c4;
}
.color-3 {
color: #80d1b6;
}
.color-4 {
color: #69bfaf;
}
.color-5 {
color: #4eb7a2;
}
/* CSS Variables */
:root {
--color-1: #b1f2d8;
--color-2: #98e6c4;
--color-3: #80d1b6;
--color-4: #69bfaf;
--color-5: #4eb7a2;
}
Hint of Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1f2d8, #98e6c4, #80d1b6, #69bfaf, #4eb7a2);
}
Similar color palettes
Hint of Green color palette created on .