Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.trapunto {
color: #f6eab6;
}
.blue-click {
color: #a6d8e7;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--solar-plexus-chakra:#f1c84b;
--trapunto:#f6eab6;
--blue-click:#a6d8e7;
--jugendstil-turquoise:#5e9c9b;
}