Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d95d30;
}
.ripe-pumpkin {
color: #fcad36;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.laudable-lime {
color: #91be6f;
}
.water-sports {
color: #41bfc8;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d95d30;
--ripe-pumpkin:#fcad36;
--creamy-sweet-corn:#f9c54e;
--laudable-lime:#91be6f;
--water-sports:#41bfc8;
}