Color names in this palette
CSS code for this palette
/* CSS */
.bluebeard {
color: #a9b4c6;
}
.surf-s-surprise {
color: #c2d3e5;
}
.almost-pink {
color: #f1e2da;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
/* CSS Variables */
:root {
--bluebeard:#a9b4c6;
--surf-s-surprise:#c2d3e5;
--almost-pink:#f1e2da;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
}