Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a7a2;
}
.first-peach {
color: #f1c8c6;
}
.almond-roca {
color: #f0e7e0;
}
.coral-green {
color: #aee0cf;
}
.blue-chrysocolla {
color: #79b9d2;
}
/* CSS Variables */
:root {
--calabrese:#f1a7a2;
--first-peach:#f1c8c6;
--almond-roca:#f0e7e0;
--coral-green:#aee0cf;
--blue-chrysocolla:#79b9d2;
}