Color names in this palette
CSS code for this palette
/* CSS */
.inky-blue {
color: #4c708a;
}
.estuary-blue {
color: #6fa5b8;
}
.bluebottle {
color: #90d3e9;
}
.cymophane-yellow {
color: #f1e5a7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--inky-blue:#4c708a;
--estuary-blue:#6fa5b8;
--bluebottle:#90d3e9;
--cymophane-yellow:#f1e5a7;
--apricot-glazed-chicken:#f5a524;
}