Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b9e6f9;
}
.light-sky-babe {
color: #9fd2df;
}
.not-a-cloud-in-sight {
color: #82c4d3;
}
.deep-diving {
color: #5d9bac;
}
.larkspur {
color: #3c7c90;
}
/* CSS Variables */
:root {
--arctic-paradise:#b9e6f9;
--light-sky-babe:#9fd2df;
--not-a-cloud-in-sight:#82c4d3;
--deep-diving:#5d9bac;
--larkspur:#3c7c90;
}