Sage Green Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage Green Dream palette
Sage Green Dream color palette PNG image
Sage Green Dream color palette CSS
/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #b8d6c1;
}
.color-3 {
color: #d1e1d1;
}
.color-4 {
color: #e5f0e5;
}
.color-5 {
color: #f5f9f5;
}
/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #b8d6c1;
--color-3: #d1e1d1;
--color-4: #e5f0e5;
--color-5: #f5f9f5;
}
Sage Green Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #b8d6c1, #d1e1d1, #e5f0e5, #f5f9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #b8d6c1, #d1e1d1, #e5f0e5, #f5f9f5);
}
Similar color palettes
Sage Green Dream color palette created on .