Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1ab0c7;
}
.blue-dacnis {
color: #3de3e6;
}
.electric-blue {
color: #80f7f9;
}
.icery {
color: #a4f9e2;
}
.frosty-mint {
color: #e0f5f0;
}
/* CSS Variables */
:root {
--lago-blue:#1ab0c7;
--blue-dacnis:#3de3e6;
--electric-blue:#80f7f9;
--icery:#a4f9e2;
--frosty-mint:#e0f5f0;
}