Color names in this palette
CSS code for this palette
/* CSS */
.pastel-red {
color: #ff6b61;
}
.palmetto {
color: #6c9c9d;
}
.xanthous {
color: #f0b32d;
}
.butter-cookie {
color: #f0e3b2;
}
.burning-tomato {
color: #ea4e2e;
}
/* CSS Variables */
:root {
--pastel-red:#ff6b61;
--palmetto:#6c9c9d;
--xanthous:#f0b32d;
--butter-cookie:#f0e3b2;
--burning-tomato:#ea4e2e;
}