Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1e7a8a;
}
.emerald-bliss {
color: #4ec1af;
}
.sea-foam {
color: #89e1d4;
}
.marigold-dust {
color: #f4cf3e;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--bermuda:#1e7a8a;
--emerald-bliss:#4ec1af;
--sea-foam:#89e1d4;
--marigold-dust:#f4cf3e;
--breeze-of-chilli:#f36d6d;
}