Color names in this palette
CSS code for this palette
/* CSS */
.rosso-corsa {
color: #d60000;
}
.vermilion-bird {
color: #f44034;
}
.peachy-pinky {
color: #ff7961;
}
.peachy-salmon {
color: #ff9d80;
}
.just-pink-enough {
color: #ffebee;
}
/* CSS Variables */
:root {
--rosso-corsa:#d60000;
--vermilion-bird:#f44034;
--peachy-pinky:#ff7961;
--peachy-salmon:#ff9d80;
--just-pink-enough:#ffebee;
}