Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.rosy-skin {
color: #f6b879;
}
.yellow-cream {
color: #f1d66a;
}
.bilious-green {
color: #a5d86e;
}
.squeaky {
color: #6cc0d5;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--rosy-skin:#f6b879;
--yellow-cream:#f1d66a;
--bilious-green:#a5d86e;
--squeaky:#6cc0d5;
}