Color names in this palette
CSS code for this palette
/* CSS */
.coastal-breeze {
color: #def7f7;
}
.powder-blue {
color: #b1e0e7;
}
.not-a-cloud-in-sight {
color: #80c7d6;
}
.viking {
color: #4db4c7;
}
.brilliant {
color: #0097a8;
}
/* CSS Variables */
:root {
--coastal-breeze:#def7f7;
--powder-blue:#b1e0e7;
--not-a-cloud-in-sight:#80c7d6;
--viking:#4db4c7;
--brilliant:#0097a8;
}