Celestial Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Share this palette to:

Download Celestial Dreams Color Palette (PNG)

Download celestial dreams color palette PNG image (landscape)
Download celestial dreams color palette PNG image (square)

Celestial Dreams color palette CSS

/* CSS */
.color-1 {
color: #fffaf0;
}
.color-2 {
color: #e7d6eb;
}
.color-3 {
color: #d1b2e1;
}
.color-4 {
color: #baa1d9;
}
.color-5 {
color: #a47dc5;
}

/* CSS Variables */
:root {
--color-1: #fffaf0;
--color-2: #e7d6eb;
--color-3: #d1b2e1;
--color-4: #baa1d9;
--color-5: #a47dc5;
}

Celestial Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffaf0, #e7d6eb, #d1b2e1, #baa1d9, #a47dc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffaf0, #e7d6eb, #d1b2e1, #baa1d9, #a47dc5);
}

Celestial Dreams color palette created on .