Color names in this palette
CSS code for this palette
/* CSS */
.h-l-n-blue {
color: #1ab2d1;
}
.medium-turquoise {
color: #4cd6c2;
}
.jittery-jade {
color: #78e8b0;
}
.deep-fried-sun-rays {
color: #f7c559;
}
.firecracker {
color: #f25f3a;
}
/* CSS Variables */
:root {
--h-l-n-blue:#1ab2d1;
--medium-turquoise:#4cd6c2;
--jittery-jade:#78e8b0;
--deep-fried-sun-rays:#f7c559;
--firecracker:#f25f3a;
}