Color names in this palette
CSS code for this palette
/* CSS */
.coral-quartz {
color: #f66760;
}
.sandy-brown {
color: #f6a660;
}
.salmon-eggs {
color: #f6d360;
}
.lima {
color: #b3f679;
}
.screen-glow {
color: #6af6a4;
}
/* CSS Variables */
:root {
--coral-quartz:#f66760;
--sandy-brown:#f6a660;
--salmon-eggs:#f6d360;
--lima:#b3f679;
--screen-glow:#6af6a4;
}