Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f8c3af;
}
.calabrese {
color: #f1a8a2;
}
.bierwurst {
color: #f18e8e;
}
.strawberry-pink {
color: #f07083;
}
.highlighter-pink {
color: #e95d80;
}
/* CSS Variables */
:root {
--coral-bisque:#f8c3af;
--calabrese:#f1a8a2;
--bierwurst:#f18e8e;
--strawberry-pink:#f07083;
--highlighter-pink:#e95d80;
}