Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.calabrese {
color: #f1a8a2;
}
.fruity-licious {
color: #f78d92;
}
.bubblegum {
color: #e85e75;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--calabrese:#f1a8a2;
--fruity-licious:#f78d92;
--bubblegum:#e85e75;
--orangeade:#e04f38;
}