Color names in this palette
CSS code for this palette
/* CSS */
.steamy-dumpling {
color: #ebe8b2;
}
.thatched-cottage {
color: #d6c7a8;
}
.foggy-quartz {
color: #bfa2a1;
}
.rose-fusion {
color: #f76a55;
}
.cg-red {
color: #d93b30;
}
/* CSS Variables */
:root {
--steamy-dumpling:#ebe8b2;
--thatched-cottage:#d6c7a8;
--foggy-quartz:#bfa2a1;
--rose-fusion:#f76a55;
--cg-red:#d93b30;
}