Celestial Orchard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Orchard palette

Share this palette to:

Celestial Orchard color palette CSS

/* CSS */
.color-1 {
color: #4b9ece;
}
.color-2 {
color: #aea4e5;
}
.color-3 {
color: #b9bce9;
}
.color-4 {
color: #918d46;
}
.color-5 {
color: #7b5678;
}

/* CSS Variables */
:root {
--color-1: #4b9ece;
--color-2: #aea4e5;
--color-3: #b9bce9;
--color-4: #918d46;
--color-5: #7b5678;
}

Celestial Orchard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9ece, #aea4e5, #b9bce9, #918d46, #7b5678);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9ece, #aea4e5, #b9bce9, #918d46, #7b5678);
}

Similar color palettes

Celestial Orchard color palette created on .