Celestial Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Breeze palette
Celestial Breeze color palette PNG image
Celestial Breeze color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e8f3;
}
.color-3 {
color: #f4b69f;
}
.color-4 {
color: #f9d780;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e8f3;
--color-3: #f4b69f;
--color-4: #f9d780;
--color-5: #f5a300;
}
Celestial Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e8f3, #f4b69f, #f9d780, #f5a300);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Celestial Breeze color palette created on .