Color names in this palette
CSS code for this palette
/* CSS */
.opalescent {
color: #3e93c1;
}
.emerald-wave {
color: #4db3a8;
}
.hidden-sea-glass {
color: #70d7c7;
}
.james-blonde {
color: #f2e3b5;
}
.bergamot-orange {
color: #f6a05a;
}
/* CSS Variables */
:root {
--opalescent:#3e93c1;
--emerald-wave:#4db3a8;
--hidden-sea-glass:#70d7c7;
--james-blonde:#f2e3b5;
--bergamot-orange:#f6a05a;
}