Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.lavender-lustre {
color: #899bc2;
}
.jazzy-jade {
color: #50e2c3;
}
.serendipity {
color: #bae3d7;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--lavender-lustre:#899bc2;
--jazzy-jade:#50e2c3;
--serendipity:#bae3d7;
}