Color names in this palette
CSS code for this palette
/* CSS */
.sherbet-fruit {
color: #f7c8bb;
}
.calabrese {
color: #f1a8a2;
}
.strawberry-pink {
color: #f26e7d;
}
.gladiola {
color: #d54b44;
}
.american-beauty {
color: #a9323c;
}
/* CSS Variables */
:root {
--sherbet-fruit:#f7c8bb;
--calabrese:#f1a8a2;
--strawberry-pink:#f26e7d;
--gladiola:#d54b44;
--american-beauty:#a9323c;
}