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 PNG image

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

Celestial Whispers color palette CSS

/* CSS */
.color-1 {
color: #d1c5e2;
}
.color-2 {
color: #a3c4e0;
}
.color-3 {
color: #9ed4d6;
}
.color-4 {
color: #f4b8d1;
}
.color-5 {
color: #f5e0a3;
}

/* CSS Variables */
:root {
--color-1: #d1c5e2;
--color-2: #a3c4e0;
--color-3: #9ed4d6;
--color-4: #f4b8d1;
--color-5: #f5e0a3;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e2, #a3c4e0, #9ed4d6, #f4b8d1, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e2, #a3c4e0, #9ed4d6, #f4b8d1, #f5e0a3);
}

Celestial Whispers color palette created on .