Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.marigold-dust {
color: #f4cf3e;
}
.blue-green-gem {
color: #7ad1c9;
}
.aqueous {
color: #3a8d98;
}
.stay-the-night {
color: #2e4961;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--marigold-dust:#f4cf3e;
--blue-green-gem:#7ad1c9;
--aqueous:#3a8d98;
--stay-the-night:#2e4961;
}