Color names in this palette
CSS code for this palette
/* CSS */
.medium-vermilion {
color: #db5c39;
}
.ouni-red {
color: #ea7b48;
}
.troll-slayer-orange {
color: #f6a14c;
}
.rajah {
color: #fca85f;
}
.polka-dot-skirt {
color: #fce1a1;
}
/* CSS Variables */
:root {
--medium-vermilion:#db5c39;
--ouni-red:#ea7b48;
--troll-slayer-orange:#f6a14c;
--rajah:#fca85f;
--polka-dot-skirt:#fce1a1;
}