Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1a6b8e;
}
.viking {
color: #4ab2c9;
}
.ice-crystal-blue {
color: #a9e4e5;
}
.calabrese {
color: #f3a9a5;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--bondi:#1a6b8e;
--viking:#4ab2c9;
--ice-crystal-blue:#a9e4e5;
--calabrese:#f3a9a5;
--marigold-dust:#f4cf3e;
}