Color names in this palette
CSS code for this palette
/* CSS */
.dragonfly {
color: #2e4976;
}
.boat-house {
color: #4a8cbf;
}
.costa-rica-blue {
color: #77bae4;
}
.funky-yellow {
color: #f1d06f;
}
.florida-sunrise {
color: #f7a76e;
}
/* CSS Variables */
:root {
--dragonfly:#2e4976;
--boat-house:#4a8cbf;
--costa-rica-blue:#77bae4;
--funky-yellow:#f1d06f;
--florida-sunrise:#f7a76e;
}