Color names in this palette
CSS code for this palette
/* CSS */
.billabong {
color: #1b6f7e;
}
.disc-jockey {
color: #49d0ac;
}
.screen-glow {
color: #6df3b0;
}
.english-custard {
color: #e2b669;
}
.opal-flame {
color: #ed5f50;
}
/* CSS Variables */
:root {
--billabong:#1b6f7e;
--disc-jockey:#49d0ac;
--screen-glow:#6df3b0;
--english-custard:#e2b669;
--opal-flame:#ed5f50;
}