Color names in this palette
CSS code for this palette
/* CSS */
.flame-angelfish {
color: #ff4929;
}
.laser-trap {
color: #ff426e;
}
.punch-out-glove {
color: #6a82fb;
}
.everest {
color: #a1e8e5;
}
.lighthouse-glow {
color: #f9d36c;
}
/* CSS Variables */
:root {
--flame-angelfish:#ff4929;
--laser-trap:#ff426e;
--punch-out-glove:#6a82fb;
--everest:#a1e8e5;
--lighthouse-glow:#f9d36c;
}