Celestial Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whispers palette
Color Inspiration
Images that showcase this color palette in real designs
Download Celestial Whispers Color Palette (PNG)
Celestial Whispers color palette CSS
/* CSS */
.color-1 {
color: #d1c5e2;
}
.color-2 {
color: #a3c4e0;
}
.color-3 {
color: #9ed4d6;
}
.color-4 {
color: #f4b8d1;
}
.color-5 {
color: #f5e0a3;
}
/* CSS Variables */
:root {
--color-1: #d1c5e2;
--color-2: #a3c4e0;
--color-3: #9ed4d6;
--color-4: #f4b8d1;
--color-5: #f5e0a3;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e2, #a3c4e0, #9ed4d6, #f4b8d1, #f5e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e2, #a3c4e0, #9ed4d6, #f4b8d1, #f5e0a3);
}
Similar color palettes
Celestial Whispers color palette created on .