Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f5a3a3;
}
.peach-butter {
color: #fbaf3c;
}
.salmon-eggs {
color: #f4d35d;
}
.by-the-bayou {
color: #007c8f;
}
.bridgeport {
color: #004985;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f5a3a3;
--peach-butter:#fbaf3c;
--salmon-eggs:#f4d35d;
--by-the-bayou:#007c8f;
--bridgeport:#004985;
}