Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.fresh-turquoise {
color: #3cddda;
}
.poseidon-jr {
color: #5cf0e8;
}
.light-mint-green {
color: #a7f6b7;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--fresh-turquoise:#3cddda;
--poseidon-jr:#5cf0e8;
--light-mint-green:#a7f6b7;
--floral-leaf:#ffb84d;
}