Celestial Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Reverie palette

Share this palette to:

Celestial Reverie color palette CSS

/* CSS */
.color-1 {
color: #5850e7;
}
.color-2 {
color: #7762ef;
}
.color-3 {
color: #af7af5;
}
.color-4 {
color: #e595ef;
}
.color-5 {
color: #fac7f2;
}

/* CSS Variables */
:root {
--color-1: #5850e7;
--color-2: #7762ef;
--color-3: #af7af5;
--color-4: #e595ef;
--color-5: #fac7f2;
}

Celestial Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5850e7, #7762ef, #af7af5, #e595ef, #fac7f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5850e7, #7762ef, #af7af5, #e595ef, #fac7f2);
}

Celestial Reverie color palette created on .