Color names in this palette
CSS code for this palette
/* CSS */
.coral-blossom {
color: #f7bfa1;
}
.calabrese {
color: #f1a8a2;
}
.sh-n-h-h-ng-coral {
color: #f89d87;
}
.melon-baby {
color: #f57b66;
}
.thimbleberry {
color: #e64c52;
}
/* CSS Variables */
:root {
--coral-blossom:#f7bfa1;
--calabrese:#f1a8a2;
--sh-n-h-h-ng-coral:#f89d87;
--melon-baby:#f57b66;
--thimbleberry:#e64c52;
}