Color names in this palette
CSS code for this palette
/* CSS */
.roadster-yellow {
color: #f3e1a0;
}
.citrus-sachet {
color: #f5c7a8;
}
.pink-fit {
color: #f9a4b5;
}
.cherrystone {
color: #f7998d;
}
.childhood-crush {
color: #e26a6c;
}
/* CSS Variables */
:root {
--roadster-yellow:#f3e1a0;
--citrus-sachet:#f5c7a8;
--pink-fit:#f9a4b5;
--cherrystone:#f7998d;
--childhood-crush:#e26a6c;
}