←Back to PalettesAll Palettes
Serenity by the Coastal Dawn Color Palette
A tranquil blend reminiscent of a peaceful morning by the sea, where soft pastels invoke dreams of gentle waves lapping at the shore and a warm, inviting sky.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.curd {
color: #f8e3b9;
}
.in-the-pink {
color: #f2c5d3;
}
.sea-drive {
color: #c2d4e0;
}
.non-photo-blue {
color: #a4e0f4;
}
.middle-blue {
color: #78d3e8;
}
/* CSS Variables */
:root {
--curd:#f8e3b9;
--in-the-pink:#f2c5d3;
--sea-drive:#c2d4e0;
--non-photo-blue:#a4e0f4;
--middle-blue:#78d3e8;
}