Color names in this palette
CSS code for this palette
/* CSS */
.touch-of-green {
color: #d9e9d3;
}
.frozen-blue {
color: #a6c8d9;
}
.mango-margarita {
color: #f6b951;
}
.tickled-pink {
color: #f2a6c1;
}
.lippie {
color: #d36969;
}
/* CSS Variables */
:root {
--touch-of-green:#d9e9d3;
--frozen-blue:#a6c8d9;
--mango-margarita:#f6b951;
--tickled-pink:#f2a6c1;
--lippie:#d36969;
}