Color names in this palette
CSS code for this palette
/* CSS */
.deep-blue-sea {
color: #1d5c77;
}
.rockpool {
color: #4ea0a2;
}
.lime-lizard {
color: #a3d55d;
}
.golden-banner {
color: #f8c82a;
}
.strawberry-avalanche {
color: #f25540;
}
/* CSS Variables */
:root {
--deep-blue-sea:#1d5c77;
--rockpool:#4ea0a2;
--lime-lizard:#a3d55d;
--golden-banner:#f8c82a;
--strawberry-avalanche:#f25540;
}