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: #dfc2ff;
}
.color-2 {
color: #a7b2e2;
}
.color-3 {
color: #718cd1;
}
.color-4 {
color: #42b1e0;
}
.color-5 {
color: #1db1b4;
}
/* CSS Variables */
:root {
--color-1: #dfc2ff;
--color-2: #a7b2e2;
--color-3: #718cd1;
--color-4: #42b1e0;
--color-5: #1db1b4;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc2ff, #a7b2e2, #718cd1, #42b1e0, #1db1b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc2ff, #a7b2e2, #718cd1, #42b1e0, #1db1b4);
}
Similar color palettes
Celestial Whispers color palette created on .