Color names in this palette
CSS code for this palette
/* CSS */
.blue-gourami {
color: #6aa4d7;
}
.candid-blue {
color: #6cc5e5;
}
.ganon-blue {
color: #a1e1f7;
}
.american-yellow {
color: #f5b400;
}
.breeze-of-chilli {
color: #f36d6d;
}
/* CSS Variables */
:root {
--blue-gourami:#6aa4d7;
--candid-blue:#6cc5e5;
--ganon-blue:#a1e1f7;
--american-yellow:#f5b400;
--breeze-of-chilli:#f36d6d;
}