Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.iceberg {
color: #dbe4f0;
}
.olympic-blue {
color: #4b91e2;
}
.punk-rock-pink {
color: #9116fe;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--iceberg:#dbe4f0;
--olympic-blue:#4b91e2;
--punk-rock-pink:#9116fe;
}