Celestial Celebration Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Celebration palette
Celestial Celebration color palette CSS
/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #1cb2e9;
}
.color-3 {
color: #3dc5eb;
}
.color-4 {
color: #5dd8f4;
}
.color-5 {
color: #80f9ff;
}
/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1cb2e9;
--color-3: #3dc5eb;
--color-4: #5dd8f4;
--color-5: #80f9ff;
}
Celestial Celebration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1cb2e9, #3dc5eb, #5dd8f4, #80f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1cb2e9, #3dc5eb, #5dd8f4, #80f9ff);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Celebration color palette created on .