Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.orange-chalk {
color: #f9d48b;
}
.martica {
color: #f4e4b8;
}
.light-blue-glint {
color: #a8d4e1;
}
.radar {
color: #b5c7e8;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--orange-chalk:#f9d48b;
--martica:#f4e4b8;
--light-blue-glint:#a8d4e1;
--radar:#b5c7e8;
}