Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.petrol-green {
color: #4f9c8a;
}
.aurora-green {
color: #6bdb91;
}
.grape-green {
color: #a4e29c;
}
.pilsener {
color: #f2f54d;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--petrol-green:#4f9c8a;
--aurora-green:#6bdb91;
--grape-green:#a4e29c;
--pilsener:#f2f54d;
}