Color names in this palette
CSS code for this palette
/* CSS */
.woven-raffia {
color: #f2dfc0;
}
.terrace-pool {
color: #9edae0;
}
.orange-pospsicle {
color: #f4a20b;
}
.steel-teal {
color: #5b8b89;
}
.halt-and-catch-fire {
color: #ff692e;
}
/* CSS Variables */
:root {
--woven-raffia:#f2dfc0;
--terrace-pool:#9edae0;
--orange-pospsicle:#f4a20b;
--steel-teal:#5b8b89;
--halt-and-catch-fire:#ff692e;
}