Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.squeaky {
color: #6cc4d5;
}
.blizzard-blue {
color: #a5e2e9;
}
.patrinia-scabiosaefolia {
color: #f1f2b1;
}
.pink-fit {
color: #f8a5b1;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--squeaky:#6cc4d5;
--blizzard-blue:#a5e2e9;
--patrinia-scabiosaefolia:#f1f2b1;
--pink-fit:#f8a5b1;
}