Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f8e8c;
}
.green-blue {
color: #3ebb9a;
}
.grotesque-green {
color: #5fdd8b;
}
.vanilla-pudding {
color: #f3e36d;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--ocean-liner:#1f8e8c;
--green-blue:#3ebb9a;
--grotesque-green:#5fdd8b;
--vanilla-pudding:#f3e36d;
--sun-orange:#f47b1f;
}