Color names in this palette
CSS code for this palette
/* CSS */
.norse-blue {
color: #3c9fc3;
}
.baby-tears {
color: #68b9d9;
}
.ice-crystal-blue {
color: #a4e5df;
}
.sugar-cookie {
color: #f1e3a2;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--norse-blue:#3c9fc3;
--baby-tears:#68b9d9;
--ice-crystal-blue:#a4e5df;
--sugar-cookie:#f1e3a2;
--squash-blossom:#f6b83c;
}