Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d95d30;
}
.squash-blossom {
color: #f6b83c;
}
.yellow-dragon {
color: #f7e57e;
}
.natural-youth {
color: #d9e8b5;
}
.embellished-blue {
color: #8dc8c7;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d95d30;
--squash-blossom:#f6b83c;
--yellow-dragon:#f7e57e;
--natural-youth:#d9e8b5;
--embellished-blue:#8dc8c7;
}