Color names in this palette
CSS code for this palette
/* CSS */
.olympic-blue {
color: #4b91e2;
}
.broken-blue {
color: #78b9f2;
}
.chefchaouen-blue {
color: #a0d2e9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.tangerine-bliss {
color: #d95d30;
}
/* CSS Variables */
:root {
--olympic-blue:#4b91e2;
--broken-blue:#78b9f2;
--chefchaouen-blue:#a0d2e9;
--apricot-glazed-chicken:#f5a524;
--tangerine-bliss:#d95d30;
}