Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a4d5d0;
}
.polar-blue {
color: #b2e1e6;
}
.icy-breeze {
color: #c3f1f4;
}
.bad-moon-yellow {
color: #f2e6b5;
}
.mystic-tulip {
color: #f8b6a0;
}
/* CSS Variables */
:root {
--sinbad:#a4d5d0;
--polar-blue:#b2e1e6;
--icy-breeze:#c3f1f4;
--bad-moon-yellow:#f2e6b5;
--mystic-tulip:#f8b6a0;
}