Color names in this palette
CSS code for this palette
/* CSS */
.riviera-sea {
color: #1f8989;
}
.sea-serpent {
color: #4fc4d8;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.sunshine-mellow {
color: #f1c40e;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--riviera-sea:#1f8989;
--sea-serpent:#4fc4d8;
--ice-crystal-blue:#a4e5e0;
--sunshine-mellow:#f1c40e;
--dodgeroll-gold:#f39c12;
}