Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c5;
}
.paw-paw {
color: #f8d49b;
}
.roadster-yellow {
color: #f3e1a0;
}
.terrace-pool {
color: #a3d7e0;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--cupid:#f6b1c5;
--paw-paw:#f8d49b;
--roadster-yellow:#f3e1a0;
--terrace-pool:#a3d7e0;
--durotar-fire:#f15a27;
}