Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2b89a1;
}
.cave-lake {
color: #4cb9c8;
}
.spinnaker {
color: #a3dfe0;
}
.cocoa-butter {
color: #f5f3c2;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--scooter:#2b89a1;
--cave-lake:#4cb9c8;
--spinnaker:#a3dfe0;
--cocoa-butter:#f5f3c2;
--welcoming-wasp:#f0a800;
}