Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d82c2c;
}
.mad-for-mango {
color: #f5a300;
}
.dream-of-spring {
color: #f6d12c;
}
.bright-spark {
color: #76c4e0;
}
.blue-catch {
color: #3d7b8a;
}
/* CSS Variables */
:root {
--chi-gong:#d82c2c;
--mad-for-mango:#f5a300;
--dream-of-spring:#f6d12c;
--bright-spark:#76c4e0;
--blue-catch:#3d7b8a;
}