Color names in this palette
CSS code for this palette
/* CSS */
.aquarius {
color: #29b2d1;
}
.sea-serpent {
color: #4ec9d4;
}
.cold-blue {
color: #83e0e2;
}
.buttery-croissant {
color: #f5e29e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--aquarius:#29b2d1;
--sea-serpent:#4ec9d4;
--cold-blue:#83e0e2;
--buttery-croissant:#f5e29e;
--apricot-glazed-chicken:#f5a524;
}