Celestial Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Bloom palette

Share this palette to:

Celestial Bloom color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d8ffd;
}
.color-3 {
color: #a3e0e0;
}
.color-4 {
color: #f6eba7;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d8ffd;
--color-3: #a3e0e0;
--color-4: #f6eba7;
--color-5: #ffadad;
}

Celestial Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d8ffd, #a3e0e0, #f6eba7, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d8ffd, #a3e0e0, #f6eba7, #ffadad);
}

Celestial Bloom color palette created on .