Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f8e3a0;
}
.shrimp-toast {
color: #f9c69f;
}
.ballet-slippers {
color: #f9a4ae;
}
.flower-blossom-pink {
color: #f57a89;
}
.x-marks-the-spot {
color: #e34a4a;
}
/* CSS Variables */
:root {
--venetian-yellow:#f8e3a0;
--shrimp-toast:#f9c69f;
--ballet-slippers:#f9a4ae;
--flower-blossom-pink:#f57a89;
--x-marks-the-spot:#e34a4a;
}