Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.heirloom-apricot {
color: #f6bfa7;
}
.sol {
color: #f6dea2;
}
.anise-flower {
color: #f3e3b4;
}
.rosa-vieja {
color: #f1e3df;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--heirloom-apricot:#f6bfa7;
--sol:#f6dea2;
--anise-flower:#f3e3b4;
--rosa-vieja:#f1e3df;
}