Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a6c8e2;
}
.regale-blue {
color: #80b3d6;
}
.crystal-seas {
color: #5dafcb;
}
.norse-blue {
color: #3c9dc3;
}
.sea-sight {
color: #007a99;
}
/* CSS Variables */
:root {
--template:#a6c8e2;
--regale-blue:#80b3d6;
--crystal-seas:#5dafcb;
--norse-blue:#3c9dc3;
--sea-sight:#007a99;
}