Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.frangipane {
color: #f5d5b2;
}
.iced-celery {
color: #e7e7b6;
}
.whirlpool {
color: #a6d8c8;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--frangipane:#f5d5b2;
--iced-celery:#e7e7b6;
--whirlpool:#a6d8c8;
--regale-blue:#80b3d6;
}