Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.yellow-petal {
color: #f3e849;
}
.burst-of-lime {
color: #a8d63d;
}
.jolt-of-jade {
color: #50b9a1;
}
.neptune-blue {
color: #2e5c99;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--yellow-petal:#f3e849;
--burst-of-lime:#a8d63d;
--jolt-of-jade:#50b9a1;
--neptune-blue:#2e5c99;
}