Color names in this palette
CSS code for this palette
/* CSS */
.shallow-shoal {
color: #9ed6d4;
}
.ice-crystal-blue {
color: #a7e2e1;
}
.seascape-green {
color: #b3e6e4;
}
.maximum-yellow-red {
color: #f1b74b;
}
.koi {
color: #d66a38;
}
/* CSS Variables */
:root {
--shallow-shoal:#9ed6d4;
--ice-crystal-blue:#a7e2e1;
--seascape-green:#b3e6e4;
--maximum-yellow-red:#f1b74b;
--koi:#d66a38;
}