Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.alexandria {
color: #ff8d70;
}
.orange-fire {
color: #ffb06b;
}
.lemon-twist {
color: #ffd95c;
}
.lemon-peel {
color: #ffec80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--alexandria:#ff8d70;
--orange-fire:#ffb06b;
--lemon-twist:#ffd95c;
--lemon-peel:#ffec80;
}