Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1f9dbd;
}
.island-moment {
color: #3bb0a8;
}
.mermaid-s-kiss {
color: #5bc2a5;
}
.jovial-jade {
color: #89e1a9;
}
.glitter-is-not-gold {
color: #ffdd57;
}
/* CSS Variables */
:root {
--butterfly-blue:#1f9dbd;
--island-moment:#3bb0a8;
--mermaid-s-kiss:#5bc2a5;
--jovial-jade:#89e1a9;
--glitter-is-not-gold:#ffdd57;
}