Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-orange {
color: #f4603e;
}
.blue-angels-yellow {
color: #fab700;
}
.lemon-filling {
color: #f7e6a6;
}
.lime-lizard {
color: #a3d55d;
}
.petrol-green {
color: #4f9c8d;
}
/* CSS Variables */
:root {
--vermilion-orange:#f4603e;
--blue-angels-yellow:#fab700;
--lemon-filling:#f7e6a6;
--lime-lizard:#a3d55d;
--petrol-green:#4f9c8d;
}