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