Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.sour-candy {
color: #69af4b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.track-and-field {
color: #da5f4e;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--sour-candy:#69af4b;
--apricot-glazed-chicken:#f5a524;
--track-and-field:#da5f4e;
--liberal-lilac:#9b58b6;
}