Color names in this palette
CSS code for this palette
/* CSS */
.algae-red {
color: #983e50;
}
.triple-berry {
color: #c55e72;
}
.sweet-heart {
color: #e5a9b4;
}
.alpenglow {
color: #f3c1b9;
}
.white-red {
color: #f3e7e9;
}
/* CSS Variables */
:root {
--algae-red:#983e50;
--triple-berry:#c55e72;
--sweet-heart:#e5a9b4;
--alpenglow:#f3c1b9;
--white-red:#f3e7e9;
}