Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bright-khaki {
color: #f0e78e;
}
.andes-sky {
color: #76d6d6;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bright-khaki:#f0e78e;
--andes-sky:#76d6d6;
--just-a-fairytale:#6b5b95;
}