Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e1;
}
.sea-current {
color: #4f999c;
}
.oyster-bisque {
color: #f2e4b1;
}
.desert-caravan {
color: #d5a26c;
}
.miami-marmalade {
color: #f78d1d;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e1;
--sea-current:#4f999c;
--oyster-bisque:#f2e4b1;
--desert-caravan:#d5a26c;
--miami-marmalade:#f78d1d;
}