Color names in this palette
CSS code for this palette
/* CSS */
.piccolo {
color: #8ad3e0;
}
.light-sky-babe {
color: #9fd2df;
}
.let-it-snow {
color: #d9f2f2;
}
.island-view {
color: #c3dfef;
}
.twisted-blue {
color: #7ac3d1;
}
/* CSS Variables */
:root {
--piccolo:#8ad3e0;
--light-sky-babe:#9fd2df;
--let-it-snow:#d9f2f2;
--island-view:#c3dfef;
--twisted-blue:#7ac3d1;
}