Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.lemon-twist {
color: #ffd95c;
}
.arc-light {
color: #c7e2ff;
}
.light-sky-babe {
color: #9fd2df;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--lemon-twist:#ffd95c;
--arc-light:#c7e2ff;
--light-sky-babe:#9fd2df;
}