Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.cheater {
color: #f2b05a;
}
.breeze-of-chilli {
color: #f26e6e;
}
.shrimp-toast {
color: #f7c5a1;
}
.sinbad {
color: #a4d6d1;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--cheater:#f2b05a;
--breeze-of-chilli:#f26e6e;
--shrimp-toast:#f7c5a1;
--sinbad:#a4d6d1;
}