Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84f3c;
}
.mineral-yellow {
color: #d69b3d;
}
.mirabelle-yellow {
color: #f3c068;
}
.crystal-green {
color: #a1d67a;
}
.petrol-green {
color: #509b8c;
}
/* CSS Variables */
:root {
--painted-poppy:#c84f3c;
--mineral-yellow:#d69b3d;
--mirabelle-yellow:#f3c068;
--crystal-green:#a1d67a;
--petrol-green:#509b8c;
}