Color names in this palette
CSS code for this palette
/* CSS */
.beau-monde {
color: #7cb1a2;
}
.shallow-shoal {
color: #9fd6d2;
}
.capri-cream {
color: #f1efd5;
}
.squash-blossom {
color: #f6b83c;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--beau-monde:#7cb1a2;
--shallow-shoal:#9fd6d2;
--capri-cream:#f1efd5;
--squash-blossom:#f6b83c;
--natural-candy-pink:#e57179;
}