Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fb6c1;
}
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.breeze-of-chilli {
color: #f36d6d;
}
.carmine-rose {
color: #e0528d;
}
/* CSS Variables */
:root {
--lago-blue:#1fb6c1;
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--breeze-of-chilli:#f36d6d;
--carmine-rose:#e0528d;
}