Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.lighthouse-glow {
color: #f8d668;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spruce-tree-flower {
color: #b35b96;
}
.magic-blue {
color: #3d8cae;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--lighthouse-glow:#f8d668;
--grapefruit-pulp:#ff6e61;
--spruce-tree-flower:#b35b96;
--magic-blue:#3d8cae;
}