Color names in this palette
CSS code for this palette
/* CSS */
.mr-glass {
color: #c0d2f2;
}
.terrace-pool {
color: #a2d5e2;
}
.jittery-jade {
color: #70e6b1;
}
.citrus-sachet {
color: #f0c7a8;
}
.shell-pink {
color: #f67e7e;
}
/* CSS Variables */
:root {
--mr-glass:#c0d2f2;
--terrace-pool:#a2d5e2;
--jittery-jade:#70e6b1;
--citrus-sachet:#f0c7a8;
--shell-pink:#f67e7e;
}