Color names in this palette
CSS code for this palette
/* CSS */
.potting-soil {
color: #5b3e2f;
}
.chai-tea {
color: #a97e2d;
}
.orange-pospsicle {
color: #f4a20b;
}
.royal-star {
color: #f9df4e;
}
.medium-vermilion {
color: #da603e;
}
/* CSS Variables */
:root {
--potting-soil:#5b3e2f;
--chai-tea:#a97e2d;
--orange-pospsicle:#f4a20b;
--royal-star:#f9df4e;
--medium-vermilion:#da603e;
}