Color names in this palette
CSS code for this palette
/* CSS */
.blue-catch {
color: #3d7b8a;
}
.hygiene-green {
color: #5fb9b3;
}
.shallow-shoal {
color: #9fd6d4;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--blue-catch:#3d7b8a;
--hygiene-green:#5fb9b3;
--shallow-shoal:#9fd6d4;
--cr-me-de-la-cr-me:#f3e8b4;
--welcoming-wasp:#f0a800;
}