Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0095b3;
}
.blue-atoll {
color: #00b4e0;
}
.ganon-blue {
color: #a3e0f5;
}
.pyrite {
color: #f4c543;
}
.rich-gardenia {
color: #f67c4c;
}
/* CSS Variables */
:root {
--bondi-blue:#0095b3;
--blue-atoll:#00b4e0;
--ganon-blue:#a3e0f5;
--pyrite:#f4c543;
--rich-gardenia:#f67c4c;
}