Color names in this palette
CSS code for this palette
/* CSS */
.andrea-blue {
color: #4c7de6;
}
.young-bamboo {
color: #69bf8a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.sea-nettle {
color: #f77a3b;
}
.azalea {
color: #d93f5c;
}
/* CSS Variables */
:root {
--andrea-blue:#4c7de6;
--young-bamboo:#69bf8a;
--solar-plexus-chakra:#f1c84b;
--sea-nettle:#f77a3b;
--azalea:#d93f5c;
}