Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8c;
}
.magnetic-magic {
color: #3bbfb2;
}
.jazzy-jade {
color: #5de5d0;
}
.off-yellow {
color: #f3f339;
}
.carrot {
color: #f86a3a;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8c;
--magnetic-magic:#3bbfb2;
--jazzy-jade:#5de5d0;
--off-yellow:#f3f339;
--carrot:#f86a3a;
}