Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8a;
}
.cockatoo {
color: #5cc7b7;
}
.aqua-wish {
color: #a2e2d2;
}
.vermont-cream {
color: #f7f5e8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8a;
--cockatoo:#5cc7b7;
--aqua-wish:#a2e2d2;
--vermont-cream:#f7f5e8;
--apricot-glazed-chicken:#f5a524;
}