Celestial Celebration Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Celebration palette

Share this palette to:

Celestial Celebration color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #a4d7e5;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbd42;
--color-3: #f4e1a4;
--color-4: #a4d7e5;
--color-5: #6b9cd1;
}

Celestial Celebration background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbd42, #f4e1a4, #a4d7e5, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbd42, #f4e1a4, #a4d7e5, #6b9cd1);
}

Celestial Celebration color palette created on .