Celestial Grove Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Grove palette

Share this palette to:

Celestial Grove color palette CSS

/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #f6e6d5;
}
.color-3 {
color: #f6a951;
}
.color-4 {
color: #f25c54;
}
.color-5 {
color: #a14a8b;
}

/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #f6e6d5;
--color-3: #f6a951;
--color-4: #f25c54;
--color-5: #a14a8b;
}

Celestial Grove background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #f6e6d5, #f6a951, #f25c54, #a14a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #f6e6d5, #f6a951, #f25c54, #a14a8b);
}

Celestial Grove color palette created on .