Color names in this palette
CSS code for this palette
/* CSS */
.lolly-ice {
color: #a6d8d4;
}
.pink-abalone {
color: #e8b7a1;
}
.lemon-tonic {
color: #f1f2b5;
}
.orange-blast {
color: #f5c799;
}
.chantilly {
color: #eab8c8;
}
/* CSS Variables */
:root {
--lolly-ice:#a6d8d4;
--pink-abalone:#e8b7a1;
--lemon-tonic:#f1f2b5;
--orange-blast:#f5c799;
--chantilly:#eab8c8;
}