Color names in this palette
CSS code for this palette
/* CSS */
.coolbox-ice-turquoise {
color: #499c9b;
}
.cyantific {
color: #76c6c3;
}
.ice-crystal-blue {
color: #a5e3e2;
}
.sun-glare {
color: #f2f5d1;
}
.yellow-sea {
color: #f7a23b;
}
/* CSS Variables */
:root {
--coolbox-ice-turquoise:#499c9b;
--cyantific:#76c6c3;
--ice-crystal-blue:#a5e3e2;
--sun-glare:#f2f5d1;
--yellow-sea:#f7a23b;
}