Color names in this palette
CSS code for this palette
/* CSS */
.orangeade {
color: #e04f38;
}
.royal-blush {
color: #f26d50;
}
.trump-tan {
color: #f8a76d;
}
.lemon-rose {
color: #fce9ab;
}
.smooth-satin {
color: #a2d8d1;
}
/* CSS Variables */
:root {
--orangeade:#e04f38;
--royal-blush:#f26d50;
--trump-tan:#f8a76d;
--lemon-rose:#fce9ab;
--smooth-satin:#a2d8d1;
}