Color names in this palette
CSS code for this palette
/* CSS */
.petrol-green {
color: #4f9c8d;
}
.aurora-green {
color: #68d4a0;
}
.overtone {
color: #a4e5b5;
}
.glitter-yellow {
color: #f9d75d;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--petrol-green:#4f9c8d;
--aurora-green:#68d4a0;
--overtone:#a4e5b5;
--glitter-yellow:#f9d75d;
--dodgeroll-gold:#f39c12;
}