Color names in this palette
CSS code for this palette
/* CSS */
.carbon-footprint {
color: #7d7e8c;
}
.lazy-lavender {
color: #a2a3b4;
}
.tranquil-sea {
color: #d2d2df;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--carbon-footprint:#7d7e8c;
--lazy-lavender:#a2a3b4;
--tranquil-sea:#d2d2df;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}