Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9ed6e0;
}
.avid-apricot {
color: #f3c5a0;
}
.phoenix-flames {
color: #f5a519;
}
.nasturtium-flower {
color: #e94f1c;
}
.heath-spotted-orchid {
color: #a65e9e;
}
/* CSS Variables */
:root {
--ocean-cruise:#9ed6e0;
--avid-apricot:#f3c5a0;
--phoenix-flames:#f5a519;
--nasturtium-flower:#e94f1c;
--heath-spotted-orchid:#a65e9e;
}