Color names in this palette
CSS code for this palette
/* CSS */
.paw-paw {
color: #f9d59f;
}
.calabrese {
color: #f6a6a2;
}
.laelia-pink {
color: #f8c9e1;
}
.aqua-island {
color: #a1d9d3;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--paw-paw:#f9d59f;
--calabrese:#f6a6a2;
--laelia-pink:#f8c9e1;
--aqua-island:#a1d9d3;
--olympic-blue:#4b91e2;
}