Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b4e6;
}
.fresh-turquoise {
color: #3be8d7;
}
.turquoise-chalk {
color: #6ff1d5;
}
.icery {
color: #a5f8e2;
}
.frosty-mint {
color: #def7f1;
}
/* CSS Variables */
:root {
--blue-atoll:#00b4e6;
--fresh-turquoise:#3be8d7;
--turquoise-chalk:#6ff1d5;
--icery:#a5f8e2;
--frosty-mint:#def7f1;
}