Celestial Ocean Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Ocean palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Ocean Color Palette (PNG)
Celestial Ocean color palette CSS
/* CSS */
.color-1 {
color: #efecfe;
}
.color-2 {
color: #e6e1fe;
}
.color-3 {
color: #dcdcfe;
}
.color-4 {
color: #cdcefe;
}
.color-5 {
color: #60bffb;
}
/* CSS Variables */
:root {
--color-1: #efecfe;
--color-2: #e6e1fe;
--color-3: #dcdcfe;
--color-4: #cdcefe;
--color-5: #60bffb;
}
Celestial Ocean background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efecfe, #e6e1fe, #dcdcfe, #cdcefe, #60bffb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efecfe, #e6e1fe, #dcdcfe, #cdcefe, #60bffb);
}
Similar color palettes
Celestial Ocean color palette created on .