←Back to PalettesAll Palettes
Whispers of Dusk and Dreaming Skies Color Palette
A serene blend of twilight hues, where deep blues meet soft lilacs and gentle peach. This color narrative inspires calm evenings, whispering stories of fading light and emerging stars. It's a tranquil invitation to pause and reflect, enveloping you in a dreamlike aura.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.underwater-realm {
color: #292c65;
}
.gem {
color: #4b5a8b;
}
.bird-blue {
color: #7b8f9d;
}
.berry-frapp {
color: #b5a2c8;
}
.barrett-quince {
color: #f6d1b1;
}
/* CSS Variables */
:root {
--underwater-realm:#292c65;
--gem:#4b5a8b;
--bird-blue:#7b8f9d;
--berry-frapp:#b5a2c8;
--barrett-quince:#f6d1b1;
}