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: #f7e8ca;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #cdae98;
}
.color-4 {
color: #b3a8d7;
}
.color-5 {
color: #9fd2df;
}

/* CSS Variables */
:root {
--color-1: #f7e8ca;
--color-2: #e0b59e;
--color-3: #cdae98;
--color-4: #b3a8d7;
--color-5: #9fd2df;
}

Celestial Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8ca, #e0b59e, #cdae98, #b3a8d7, #9fd2df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8ca, #e0b59e, #cdae98, #b3a8d7, #9fd2df);
}

Celestial Whispers color palette created on .