Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #c2e0ff;
}
.malm-ff {
color: #a3d7ff;
}
.maya-blue {
color: #7ac3ff;
}
.adamantine-blue {
color: #47a9ff;
}
.pervenche {
color: #0095e6;
}
/* CSS Variables */
:root {
--dithered-sky:#c2e0ff;
--malm-ff:#a3d7ff;
--maya-blue:#7ac3ff;
--adamantine-blue:#47a9ff;
--pervenche:#0095e6;
}