Color names in this palette
CSS code for this palette
/* CSS */
.gin-fizz {
color: #f7e8ca;
}
.brilliant-beige {
color: #f1c4b7;
}
.creamy-orange-blush {
color: #ff9c7a;
}
.pastel-red {
color: #ff695c;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--gin-fizz:#f7e8ca;
--brilliant-beige:#f1c4b7;
--creamy-orange-blush:#ff9c7a;
--pastel-red:#ff695c;
--coral-red:#ff3d3d;
}