Color names in this palette
CSS code for this palette
/* CSS */
.sweet-apricot {
color: #ffc2a8;
}
.grapefruit-pulp {
color: #ff6e61;
}
.hotspot {
color: #ff4938;
}
.p-t-o-z-purple {
color: #d65cb1;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--sweet-apricot:#ffc2a8;
--grapefruit-pulp:#ff6e61;
--hotspot:#ff4938;
--p-t-o-z-purple:#d65cb1;
--peaceful-river:#4a9cd3;
}