Celestial Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whispers palette
Celestial Whispers color palette CSS
/* CSS */
.color-1 {
color: #89cfeb;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f06090;
}
.color-5 {
color: #ba55d3;
}
/* CSS Variables */
:root {
--color-1: #89cfeb;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #f06090;
--color-5: #ba55d3;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89cfeb, #ffb84d, #ff6e61, #f06090, #ba55d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89cfeb, #ffb84d, #ff6e61, #f06090, #ba55d3);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Celestial Whispers color palette created on .