Fresh Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fresh Green palette
Fresh Green color palette CSS
/* CSS */
.color-1 {
color: #9adac3;
}
.color-2 {
color: #b4dee9;
}
.color-3 {
color: #f0c2dd;
}
.color-4 {
color: #ecdb9d;
}
.color-5 {
color: #bcd27f;
}
/* CSS Variables */
:root {
--color-1: #9adac3;
--color-2: #b4dee9;
--color-3: #f0c2dd;
--color-4: #ecdb9d;
--color-5: #bcd27f;
}
Fresh Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9adac3, #b4dee9, #f0c2dd, #ecdb9d, #bcd27f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9adac3, #b4dee9, #f0c2dd, #ecdb9d, #bcd27f);
}
Similar color palettes
Fresh Green color palette created on .