Celestial Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Whispers palette

Share this palette to:

Celestial Whispers color palette CSS

/* CSS */
.color-1 {
color: #bcd4e6;
}
.color-2 {
color: #f0e8f2;
}
.color-3 {
color: #e1c3e9;
}
.color-4 {
color: #d1a2e2;
}
.color-5 {
color: #a47cb1;
}

/* CSS Variables */
:root {
--color-1: #bcd4e6;
--color-2: #f0e8f2;
--color-3: #e1c3e9;
--color-4: #d1a2e2;
--color-5: #a47cb1;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcd4e6, #f0e8f2, #e1c3e9, #d1a2e2, #a47cb1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcd4e6, #f0e8f2, #e1c3e9, #d1a2e2, #a47cb1);
}

Celestial Whispers color palette created on .