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: #1f1b79;
}
.color-2 {
color: #4b2d8f;
}
.color-3 {
color: #8e4ebc;
}
.color-4 {
color: #d56d96;
}
.color-5 {
color: #f7b7a6;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2d8f;
--color-3: #8e4ebc;
--color-4: #d56d96;
--color-5: #f7b7a6;
}

Celestial Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2d8f, #8e4ebc, #d56d96, #f7b7a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2d8f, #8e4ebc, #d56d96, #f7b7a6);
}

Celestial Reverie color palette created on .