Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f1a7b1;
}
.yellow-tulip {
color: #f5d270;
}
.overtone {
color: #a5e9b5;
}
.grapefruit-pulp {
color: #ff6e61;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--pink-fit:#f1a7b1;
--yellow-tulip:#f5d270;
--overtone:#a5e9b5;
--grapefruit-pulp:#ff6e61;
--just-a-fairytale:#6b5b95;
}