Color names in this palette
CSS code for this palette
/* CSS */
.monaco {
color: #a8d5e6;
}
.corydalis-blue {
color: #a4c7d5;
}
.trisha-s-eyes {
color: #8db8c4;
}
.explorer-blue {
color: #5da2b1;
}
.seachange {
color: #3c8c9a;
}
/* CSS Variables */
:root {
--monaco:#a8d5e6;
--corydalis-blue:#a4c7d5;
--trisha-s-eyes:#8db8c4;
--explorer-blue:#5da2b1;
--seachange:#3c8c9a;
}