Color names in this palette
CSS code for this palette
/* CSS */
.opal-flame {
color: #e75b4b;
}
.serape {
color: #d88a4b;
}
.pirate-treasure {
color: #d9c76d;
}
.relaxation-green {
color: #a9d19f;
}
.blue-dazzle {
color: #6a8db9;
}
/* CSS Variables */
:root {
--opal-flame:#e75b4b;
--serape:#d88a4b;
--pirate-treasure:#d9c76d;
--relaxation-green:#a9d19f;
--blue-dazzle:#6a8db9;
}