←Back to PalettesAll Palettes
Whispers of a Coastal Autumn Color Palette
A serene blend of cool blues and warm earth tones, this collection captures the tranquil essence of seaside fall evenings. The deep hues reflect the ocean's depths, while the golden and crimson accents evoke the warmth of autumn sunsets. Perfect for creating a calming yet dynamic atmosphere in any space.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.berry-pie {
color: #4e6e8d;
}
.bon-voyage {
color: #8ab2b0;
}
.buried-gold {
color: #d4bf49;
}
.grenadier {
color: #c34e37;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--berry-pie:#4e6e8d;
--bon-voyage:#8ab2b0;
--buried-gold:#d4bf49;
--grenadier:#c34e37;
}