Color names in this palette
CSS code for this palette
/* CSS */
.aquatint {
color: #b6e7e1;
}
.light-budgie-blue {
color: #a1d5e8;
}
.costa-rica-blue {
color: #78b8e3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.rosy-pink {
color: #f76988;
}
/* CSS Variables */
:root {
--aquatint:#b6e7e1;
--light-budgie-blue:#a1d5e8;
--costa-rica-blue:#78b8e3;
--apricot-glazed-chicken:#f5a524;
--rosy-pink:#f76988;
}