Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #389ad6;
}
.bateau {
color: #1d6d96;
}
.solar-plexus-chakra {
color: #f0ca4c;
}
.breeze-of-chilli {
color: #f76e6e;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--dayflower:#389ad6;
--bateau:#1d6d96;
--solar-plexus-chakra:#f0ca4c;
--breeze-of-chilli:#f76e6e;
--orangeade:#e04f38;
}