Color names in this palette
CSS code for this palette
/* CSS */
.cruise {
color: #b2e0d6;
}
.turquoise-sea {
color: #6ee1f2;
}
.gold-sand {
color: #f5e6a8;
}
.rajah {
color: #f9a65d;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--cruise:#b2e0d6;
--turquoise-sea:#6ee1f2;
--gold-sand:#f5e6a8;
--rajah:#f9a65d;
--breeze-of-chilli:#f76e6e;
}