Celestial Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whisper palette
Celestial Whisper color palette CSS
/* CSS */
.color-1 {
color: #579ed1;
}
.color-2 {
color: #366402;
}
.color-3 {
color: #26cfad;
}
.color-4 {
color: #dc6f71;
}
.color-5 {
color: #963c85;
}
/* CSS Variables */
:root {
--color-1: #579ed1;
--color-2: #366402;
--color-3: #26cfad;
--color-4: #dc6f71;
--color-5: #963c85;
}
Celestial Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #579ed1, #366402, #26cfad, #dc6f71, #963c85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #579ed1, #366402, #26cfad, #dc6f71, #963c85);
}
Similar color palettes
Celestial Whisper color palette created on .