Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.green-grapple {
color: #3cb4b4;
}
.lilliputian-lime {
color: #7fd959;
}
.beach-party {
color: #f9d25d;
}
.sunset-blaze {
color: #e5582a;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--green-grapple:#3cb4b4;
--lilliputian-lime:#7fd959;
--beach-party:#f9d25d;
--sunset-blaze:#e5582a;
}