Celestial Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Garden palette

Share this palette to:

Celestial Garden color palette CSS

/* CSS */
.color-1 {
color: #d6a8c2;
}
.color-2 {
color: #a1e3d8;
}
.color-3 {
color: #a7dcd6;
}
.color-4 {
color: #f9e3b9;
}
.color-5 {
color: #f96e6c;
}

/* CSS Variables */
:root {
--color-1: #d6a8c2;
--color-2: #a1e3d8;
--color-3: #a7dcd6;
--color-4: #f9e3b9;
--color-5: #f96e6c;
}

Celestial Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a8c2, #a1e3d8, #a7dcd6, #f9e3b9, #f96e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a8c2, #a1e3d8, #a7dcd6, #f9e3b9, #f96e6c);
}

Celestial Garden color palette created on .