Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a4c3e5;
}
.pinenut {
color: #f6d9b6;
}
.cornflower-lilac {
color: #ffadad;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pretty-petunia {
color: #d8b3df;
}
/* CSS Variables */
:root {
--angela-bay:#a4c3e5;
--pinenut:#f6d9b6;
--cornflower-lilac:#ffadad;
--grapefruit-pulp:#ff6e61;
--pretty-petunia:#d8b3df;
}