Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.sea-glass-teal {
color: #a4e5d8;
}
.cold-blooded {
color: #b5f2e9;
}
.new-clay {
color: #f1c2b6;
}
.bierwurst {
color: #f18e8e;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--sea-glass-teal:#a4e5d8;
--cold-blooded:#b5f2e9;
--new-clay:#f1c2b6;
--bierwurst:#f18e8e;
}