Celestial Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Share this palette to:

Celestial Dreams color palette CSS

/* CSS */
.color-1 {
color: #3a0e6c;
}
.color-2 {
color: #592c90;
}
.color-3 {
color: #7d4eb7;
}
.color-4 {
color: #a078d3;
}
.color-5 {
color: #c1a3e0;
}

/* CSS Variables */
:root {
--color-1: #3a0e6c;
--color-2: #592c90;
--color-3: #7d4eb7;
--color-4: #a078d3;
--color-5: #c1a3e0;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e6c, #592c90, #7d4eb7, #a078d3, #c1a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e6c, #592c90, #7d4eb7, #a078d3, #c1a3e0);
}

Celestial Dreams color palette created on .