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: #1d4d90;
}
.color-2 {
color: #3a6ea6;
}
.color-3 {
color: #85aad1;
}
.color-4 {
color: #b7d3e6;
}
.color-5 {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--color-1: #1d4d90;
--color-2: #3a6ea6;
--color-3: #85aad1;
--color-4: #b7d3e6;
--color-5: #f5f9ff;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d90, #3a6ea6, #85aad1, #b7d3e6, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d90, #3a6ea6, #85aad1, #b7d3e6, #f5f9ff);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Whispers color palette created on .