Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-pie {
color: #a9c6c2;
}
.shallow-shoal {
color: #9fd6d4;
}
.island-breeze {
color: #8dd8d0;
}
.andes-sky {
color: #70d5d7;
}
.cave-lake {
color: #4cb9c8;
}
/* CSS Variables */
:root {
--peppermint-pie:#a9c6c2;
--shallow-shoal:#9fd6d4;
--island-breeze:#8dd8d0;
--andes-sky:#70d5d7;
--cave-lake:#4cb9c8;
}