Color names in this palette
CSS code for this palette
/* CSS */
.surfin {
color: #73c2d4;
}
.ice-crystal-blue {
color: #a6e7e2;
}
.blended-fruit {
color: #f8e2a5;
}
.squash-blossom {
color: #f6b83c;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--surfin:#73c2d4;
--ice-crystal-blue:#a6e7e2;
--blended-fruit:#f8e2a5;
--squash-blossom:#f6b83c;
--entan-red:#e76e50;
}