Color names in this palette
CSS code for this palette
/* CSS */
.fishy-house {
color: #1f9e88;
}
.jolt-of-jade {
color: #4bb9a1;
}
.aztec-sky {
color: #4fb8d8;
}
.nancy {
color: #5bb9e1;
}
.cente-tl-yellow {
color: #f5e17a;
}
/* CSS Variables */
:root {
--fishy-house:#1f9e88;
--jolt-of-jade:#4bb9a1;
--aztec-sky:#4fb8d8;
--nancy:#5bb9e1;
--cente-tl-yellow:#f5e17a;
}