Celestial Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Bliss palette

Share this palette to:

Celestial Bliss color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #e1b7d3;
}
.color-3 {
color: #f2d2a6;
}
.color-4 {
color: #f7e08d;
}
.color-5 {
color: #f7b8a1;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #e1b7d3;
--color-3: #f2d2a6;
--color-4: #f7e08d;
--color-5: #f7b8a1;
}

Celestial Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #e1b7d3, #f2d2a6, #f7e08d, #f7b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #e1b7d3, #f2d2a6, #f7e08d, #f7b8a1);
}

Celestial Bliss color palette created on .