Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.squash-blossom {
color: #f6b83c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.redstone {
color: #e76e6e;
}
.la-vie-en-rose {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--squash-blossom:#f6b83c;
--grapefruit-pulp:#ff6e61;
--redstone:#e76e6e;
--la-vie-en-rose:#d4a5a5;
}