Pale Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Green palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pale Green Color Palette (PNG)
Pale Green color palette CSS
/* CSS */
.color-1 {
color: #b1d8b1;
}
.color-2 {
color: #f5c7d5;
}
.color-3 {
color: #e9d6aa;
}
.color-4 {
color: #d9d6c4;
}
.color-5 {
color: #c1c6e1;
}
/* CSS Variables */
:root {
--color-1: #b1d8b1;
--color-2: #f5c7d5;
--color-3: #e9d6aa;
--color-4: #d9d6c4;
--color-5: #c1c6e1;
}
Pale Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1d8b1, #f5c7d5, #e9d6aa, #d9d6c4, #c1c6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1d8b1, #f5c7d5, #e9d6aa, #d9d6c4, #c1c6e1);
}
Similar color palettes
Scroll down to explore 400+ Light color palettes
Pale Green color palette created on .