Color names in this palette
CSS code for this palette
/* CSS */
.fire-island {
color: #d8503b;
}
.diluno-red {
color: #f06d5c;
}
.copper-river {
color: #f79f69;
}
.vanilla-pudding {
color: #f7df69;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--fire-island:#d8503b;
--diluno-red:#f06d5c;
--copper-river:#f79f69;
--vanilla-pudding:#f7df69;
--solar-plexus-chakra:#f1c84b;
}