Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a6a2;
}
.coral-blossom {
color: #f8baa0;
}
.just-a-tease {
color: #fcd4d4;
}
.chickery-chick {
color: #ffea8f;
}
.australian-apricot {
color: #f4c7a4;
}
/* CSS Variables */
:root {
--calabrese:#f6a6a2;
--coral-blossom:#f8baa0;
--just-a-tease:#fcd4d4;
--chickery-chick:#ffea8f;
--australian-apricot:#f4c7a4;
}