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