Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1f6b9e;
}
.oasis-spring {
color: #4a9dc9;
}
.norfolk-sky {
color: #6ebfe7;
}
.marquisette {
color: #f5d69e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--jazz-blue:#1f6b9e;
--oasis-spring:#4a9dc9;
--norfolk-sky:#6ebfe7;
--marquisette:#f5d69e;
--apricot-glazed-chicken:#f5a524;
}