Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d7602d;
}
.earth-yellow {
color: #e3a95f;
}
.pie-crust {
color: #f0d99e;
}
.airborne {
color: #a1c1d4;
}
.leisure-blue {
color: #6b8e9e;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d7602d;
--earth-yellow:#e3a95f;
--pie-crust:#f0d99e;
--airborne:#a1c1d4;
--leisure-blue:#6b8e9e;
}