Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d94d3a;
}
.opal-flame {
color: #ef5d4d;
}
.pelican-pecker {
color: #f69b2c;
}
.bright-yarrow {
color: #f9cf6c;
}
.serene-pink {
color: #f7c8b6;
}
/* CSS Variables */
:root {
--fire-island:#d94d3a;
--opal-flame:#ef5d4d;
--pelican-pecker:#f69b2c;
--bright-yarrow:#f9cf6c;
--serene-pink:#f7c8b6;
}