Color names in this palette
CSS code for this palette
/* CSS */
.thalassa {
color: #50b4b9;
}
.miami-teal {
color: #69c3b4;
}
.shallow-shoal {
color: #9ad6d2;
}
.ivory-oats {
color: #f7e4c0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--thalassa:#50b4b9;
--miami-teal:#69c3b4;
--shallow-shoal:#9ad6d2;
--ivory-oats:#f7e4c0;
--apricot-glazed-chicken:#f5a524;
}