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: #c3e1f9;
}
.color-2 {
color: #fcd4ee;
}
.color-3 {
color: #f0e2fd;
}
.color-4 {
color: #fdf6dd;
}
.color-5 {
color: #ffeee5;
}

/* CSS Variables */
:root {
--color-1: #c3e1f9;
--color-2: #fcd4ee;
--color-3: #f0e2fd;
--color-4: #fdf6dd;
--color-5: #ffeee5;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3e1f9, #fcd4ee, #f0e2fd, #fdf6dd, #ffeee5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3e1f9, #fcd4ee, #f0e2fd, #fdf6dd, #ffeee5);
}

Celestial Whispers color palette created on .