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: #a5d7e3;
}
.color-2 {
color: #f0b7d5;
}
.color-3 {
color: #f6d8a7;
}
.color-4 {
color: #f9d55d;
}
.color-5 {
color: #f4719d;
}

/* CSS Variables */
:root {
--color-1: #a5d7e3;
--color-2: #f0b7d5;
--color-3: #f6d8a7;
--color-4: #f9d55d;
--color-5: #f4719d;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7e3, #f0b7d5, #f6d8a7, #f9d55d, #f4719d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7e3, #f0b7d5, #f6d8a7, #f9d55d, #f4719d);
}

Celestial Whispers color palette created on .