Color names in this palette
CSS code for this palette
/* CSS */
.cranapple-cream {
color: #e5c2c6;
}
.old-flame {
color: #f2b8b5;
}
.cloud-pink {
color: #f5d3c7;
}
.creamy-vanilla {
color: #f4e5be;
}
.lemon-tonic {
color: #f2f1b5;
}
/* CSS Variables */
:root {
--cranapple-cream:#e5c2c6;
--old-flame:#f2b8b5;
--cloud-pink:#f5d3c7;
--creamy-vanilla:#f4e5be;
--lemon-tonic:#f2f1b5;
}