Celestial Princess Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Princess palette

Share this palette to:

Celestial Princess color palette CSS

/* CSS */
.color-1 {
color: #d1c3e9;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #f1b1d4;
}
.color-4 {
color: #f6e1b6;
}
.color-5 {
color: #f1a7b3;
}

/* CSS Variables */
:root {
--color-1: #d1c3e9;
--color-2: #a6c6ed;
--color-3: #f1b1d4;
--color-4: #f6e1b6;
--color-5: #f1a7b3;
}

Celestial Princess background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c3e9, #a6c6ed, #f1b1d4, #f6e1b6, #f1a7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c3e9, #a6c6ed, #f1b1d4, #f6e1b6, #f1a7b3);
}

Similar color palettes

Celestial Princess color palette created on .