Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.burst-of-lime {
color: #a7d03e;
}
.mint {
color: #3ebb90;
}
.atmosphere {
color: #009ddb;
}
.moonshade {
color: #5c6e99;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--burst-of-lime:#a7d03e;
--mint:#3ebb90;
--atmosphere:#009ddb;
--moonshade:#5c6e99;
}