Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f5a8b2;
}
.sherbet-fruit {
color: #f7c8bb;
}
.banana-yogurt {
color: #f8e9b4;
}
.fair-aqua {
color: #b3e0d9;
}
.budgie-blue {
color: #84c7e1;
}
/* CSS Variables */
:root {
--pink-fit:#f5a8b2;
--sherbet-fruit:#f7c8bb;
--banana-yogurt:#f8e9b4;
--fair-aqua:#b3e0d9;
--budgie-blue:#84c7e1;
}