Color names in this palette
CSS code for this palette
/* CSS */
.bondi {
color: #1c6b8d;
}
.glassmith {
color: #41b4c3;
}
.blizzard-blue {
color: #a5e2e9;
}
.marigold-dust {
color: #f4cf3e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--bondi:#1c6b8d;
--glassmith:#41b4c3;
--blizzard-blue:#a5e2e9;
--marigold-dust:#f4cf3e;
--apricot-glazed-chicken:#f5a524;
}