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: #3a5e9c;
}
.color-2 {
color: #66a2c2;
}
.color-3 {
color: #b1d8e7;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #d65e5c;
}
/* CSS Variables */
:root {
--color-1: #3a5e9c;
--color-2: #66a2c2;
--color-3: #b1d8e7;
--color-4: #f4b69f;
--color-5: #d65e5c;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5e9c, #66a2c2, #b1d8e7, #f4b69f, #d65e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5e9c, #66a2c2, #b1d8e7, #f4b69f, #d65e5c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Whispers color palette created on .