Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.arctic-ocean {
color: #6bc4d1;
}
.blizzard-blue {
color: #a5e5e9;
}
.milk-quartz {
color: #f4e0ae;
}
.butter-cream {
color: #f1b341;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--arctic-ocean:#6bc4d1;
--blizzard-blue:#a5e5e9;
--milk-quartz:#f4e0ae;
--butter-cream:#f1b341;
}