Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c4e;
}
.filthy-brown {
color: #e6a50f;
}
.yellow-petal {
color: #f3e84f;
}
.light-sky-babe {
color: #a1d0e2;
}
.privet-hedge {
color: #5b8b7c;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c4e;
--filthy-brown:#e6a50f;
--yellow-petal:#f3e84f;
--light-sky-babe:#a1d0e2;
--privet-hedge:#5b8b7c;
}