Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.sea-serpent {
color: #4bc7d8;
}
.island-paradise {
color: #89e1e6;
}
.applemint-soda {
color: #f1f7e8;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--sea-serpent:#4bc7d8;
--island-paradise:#89e1e6;
--applemint-soda:#f1f7e8;
--salted-caramel-popcorn:#f9b14e;
}