Color names in this palette
CSS code for this palette
/* CSS */
.frosty-mint {
color: #def7ef;
}
.cool-crayon {
color: #b3e6e0;
}
.island-sea {
color: #80d6d1;
}
.tropical-escape {
color: #4cb8b2;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--frosty-mint:#def7ef;
--cool-crayon:#b3e6e0;
--island-sea:#80d6d1;
--tropical-escape:#4cb8b2;
--regula-barbara-blue:#009999;
}