Color names in this palette
CSS code for this palette
/* CSS */
.cerise-pink {
color: #e83b8c;
}
.ridgeback {
color: #f09c5c;
}
.flavescent {
color: #f6e88e;
}
.smooth-satin {
color: #a2d7d5;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--cerise-pink:#e83b8c;
--ridgeback:#f09c5c;
--flavescent:#f6e88e;
--smooth-satin:#a2d7d5;
--peaceful-river:#4a9cd3;
}