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: #a1c6ed;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ffe6a8;
}
.color-4 {
color: #ff9e9e;
}
.color-5 {
color: #a3e1d2;
}
/* CSS Variables */
:root {
--color-1: #a1c6ed;
--color-2: #ffb19e;
--color-3: #ffe6a8;
--color-4: #ff9e9e;
--color-5: #a3e1d2;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c6ed, #ffb19e, #ffe6a8, #ff9e9e, #a3e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c6ed, #ffb19e, #ffe6a8, #ff9e9e, #a3e1d2);
}
Similar color palettes
Celestial Whispers color palette created on .