Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a9a7;
}
.apricot-fool {
color: #fcd3a1;
}
.yellow-yarn {
color: #fef7be;
}
.reef-green {
color: #a5e4c4;
}
.squeaky {
color: #6bc8d6;
}
/* CSS Variables */
:root {
--calabrese:#f6a9a7;
--apricot-fool:#fcd3a1;
--yellow-yarn:#fef7be;
--reef-green:#a5e4c4;
--squeaky:#6bc8d6;
}