Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f56b6b;
}
.trump-tan {
color: #f9a76c;
}
.leaf-bud {
color: #f1f99f;
}
.green-trance {
color: #a3d7a4;
}
.candid-blue {
color: #6dc2e3;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f56b6b;
--trump-tan:#f9a76c;
--leaf-bud:#f1f99f;
--green-trance:#a3d7a4;
--candid-blue:#6dc2e3;
}