Color names in this palette
CSS code for this palette
/* CSS */
.stone-washed {
color: #d5e0e7;
}
.blue-dam {
color: #a1c6d4;
}
.jugendstil-turquoise {
color: #5c9a9d;
}
.amazon-river-dolphin {
color: #e3b0b6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--stone-washed:#d5e0e7;
--blue-dam:#a1c6d4;
--jugendstil-turquoise:#5c9a9d;
--amazon-river-dolphin:#e3b0b6;
--solar-plexus-chakra:#f1c84b;
}