Celestial Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Bliss palette
Celestial Bliss color palette CSS
/* CSS */
.color-1 {
color: #4dc0e0;
}
.color-2 {
color: #7fd4f0;
}
.color-3 {
color: #a1e1f2;
}
.color-4 {
color: #f0f8ff;
}
.color-5 {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--color-1: #4dc0e0;
--color-2: #7fd4f0;
--color-3: #a1e1f2;
--color-4: #f0f8ff;
--color-5: #e0f7fa;
}
Celestial Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dc0e0, #7fd4f0, #a1e1f2, #f0f8ff, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dc0e0, #7fd4f0, #a1e1f2, #f0f8ff, #e0f7fa);
}
Similar color palettes
Celestial Bliss color palette created on .