Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f3ca4f;
}
.sandy-brown {
color: #f2a65a;
}
.coral-rose {
color: #f0724c;
}
.red-arremer {
color: #e04d4d;
}
.thai-spice {
color: #b94657;
}
/* CSS Variables */
:root {
--radiant-sun:#f3ca4f;
--sandy-brown:#f2a65a;
--coral-rose:#f0724c;
--red-arremer:#e04d4d;
--thai-spice:#b94657;
}