Color names in this palette
CSS code for this palette
/* CSS */
.agrellan-badland {
color: #ffb347;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.matt-pink {
color: #ffb8c1;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--agrellan-badland:#ffb347;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--matt-pink:#ffb8c1;
--bruschetta-tomato:#ff6347;
}