Elphaba's Green Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elphaba's Green Dream palette
Download Elphaba's Green Dream Color Palette (PNG)
Elphaba's Green Dream color palette CSS
/* CSS */
.color-1 {
color: #3d6c40;
}
.color-2 {
color: #78a45b;
}
.color-3 {
color: #a8d68f;
}
.color-4 {
color: #d7e8a1;
}
.color-5 {
color: #f2f6b6;
}
/* CSS Variables */
:root {
--color-1: #3d6c40;
--color-2: #78a45b;
--color-3: #a8d68f;
--color-4: #d7e8a1;
--color-5: #f2f6b6;
}
Elphaba's Green Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d6c40, #78a45b, #a8d68f, #d7e8a1, #f2f6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d6c40, #78a45b, #a8d68f, #d7e8a1, #f2f6b6);
}
Similar color palettes
Elphaba's Green Dream color palette created on .