Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.aquarelle-purple {
color: #d9e1f2;
}
.arctic-paradise {
color: #b6e9f7;
}
.pink-fit {
color: #f8a5b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--aquarelle-purple:#d9e1f2;
--arctic-paradise:#b6e9f7;
--pink-fit:#f8a5b3;
--grapefruit-pulp:#ff6e61;
}