Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse-glow {
color: #f6d56a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.riviera-paradise {
color: #00999e;
}
.verditer {
color: #00b3a7;
}
/* CSS Variables */
:root {
--lighthouse-glow:#f6d56a;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--riviera-paradise:#00999e;
--verditer:#00b3a7;
}