Color names in this palette
CSS code for this palette
/* CSS */
.cardinal {
color: #c21e3a;
}
.geranium {
color: #d84b59;
}
.tango-pink {
color: #e57f7b;
}
.mixed-fruit {
color: #f8b9b4;
}
.just-a-tease {
color: #fcd4d4;
}
/* CSS Variables */
:root {
--cardinal:#c21e3a;
--geranium:#d84b59;
--tango-pink:#e57f7b;
--mixed-fruit:#f8b9b4;
--just-a-tease:#fcd4d4;
}