Color names in this palette
CSS code for this palette
/* CSS */
.eton-blue {
color: #a8d1d1;
}
.twin-cities {
color: #a4c6c6;
}
.frosty-glade {
color: #a1bfbf;
}
.interdimensional-portal {
color: #d6e6e6;
}
.ice-crystal-blue {
color: #a6e3e3;
}
/* CSS Variables */
:root {
--eton-blue:#a8d1d1;
--twin-cities:#a4c6c6;
--frosty-glade:#a1bfbf;
--interdimensional-portal:#d6e6e6;
--ice-crystal-blue:#a6e3e3;
}