Color names in this palette
CSS code for this palette
/* CSS */
.norse-blue {
color: #3d9ac2;
}
.watercourse {
color: #5bc7d7;
}
.spinnaker {
color: #a3e0df;
}
.banana-drama {
color: #f2d64a;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--norse-blue:#3d9ac2;
--watercourse:#5bc7d7;
--spinnaker:#a3e0df;
--banana-drama:#f2d64a;
--breeze-of-chilli:#f76e6e;
}