←Back to PalettesAll Palettes
Coral Embrace Color Palette
A soft yet vibrant palette inspired by the warmth of coral hues, transitioning from light blush to deep reddish tones, evoking feelings of comfort and vitality.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.antique-cameo {
color: #f3b7a0;
}
.fruit-shake {
color: #f29c8c;
}
.salmon-pok-bowl {
color: #f27c78;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--antique-cameo:#f3b7a0;
--fruit-shake:#f29c8c;
--salmon-pok-bowl:#f27c78;
--fire-island:#d8503b;
}