Color names in this palette
CSS code for this palette
/* CSS */
.hot-lips {
color: #c8302d;
}
.coral-orange {
color: #e76a4b;
}
.sandy-brown {
color: #f09f60;
}
.cream-blush {
color: #f5c499;
}
.light-tip-toes {
color: #e1d1d8;
}
/* CSS Variables */
:root {
--hot-lips:#c8302d;
--coral-orange:#e76a4b;
--sandy-brown:#f09f60;
--cream-blush:#f5c499;
--light-tip-toes:#e1d1d8;
}