Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f7b1d6;
}
.golden-glow {
color: #f8d57c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blue-iguana {
color: #4f9ecf;
}
.zirconia-teal {
color: #2b7d7c;
}
/* CSS Variables */
:root {
--lavender-candy:#f7b1d6;
--golden-glow:#f8d57c;
--grapefruit-pulp:#ff6e61;
--blue-iguana:#4f9ecf;
--zirconia-teal:#2b7d7c;
}