Color names in this palette
CSS code for this palette
/* CSS */
.blouson-blue {
color: #6ab8c8;
}
.mango-margarita {
color: #f3b44f;
}
.tilted-pinball {
color: #f25926;
}
.anna-banana {
color: #f5d142;
}
.violetta {
color: #af6a9b;
}
/* CSS Variables */
:root {
--blouson-blue:#6ab8c8;
--mango-margarita:#f3b44f;
--tilted-pinball:#f25926;
--anna-banana:#f5d142;
--violetta:#af6a9b;
}