Color names in this palette
CSS code for this palette
/* CSS */
.blue-kelp {
color: #1c7b7d;
}
.artesian-well {
color: #5fb4b1;
}
.shallow-shoal {
color: #9fd6d3;
}
.golden-mushroom {
color: #f5e8d1;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--blue-kelp:#1c7b7d;
--artesian-well:#5fb4b1;
--shallow-shoal:#9fd6d3;
--golden-mushroom:#f5e8d1;
--butter-cream:#f1b341;
}