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: #f3c5a0;
}
.color-2 {
color: #f2a2a1;
}
.color-3 {
color: #d77e9c;
}
.color-4 {
color: #e76ab9;
}
.color-5 {
color: #b95ceb;
}

/* CSS Variables */
:root {
--color-1: #f3c5a0;
--color-2: #f2a2a1;
--color-3: #d77e9c;
--color-4: #e76ab9;
--color-5: #b95ceb;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5a0, #f2a2a1, #d77e9c, #e76ab9, #b95ceb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5a0, #f2a2a1, #d77e9c, #e76ab9, #b95ceb);
}

Celestial Whispers color palette created on .