Color names in this palette
CSS code for this palette
/* CSS */
.pompeii-red {
color: #d44a2b;
}
.chrome-yellow {
color: #faa700;
}
.yellow-petal {
color: #f1e94b;
}
.zombie-green {
color: #4dcb6b;
}
.blue-dart-frog {
color: #3a7d9c;
}
/* CSS Variables */
:root {
--pompeii-red:#d44a2b;
--chrome-yellow:#faa700;
--yellow-petal:#f1e94b;
--zombie-green:#4dcb6b;
--blue-dart-frog:#3a7d9c;
}