Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f7cae8;
}
.elastic-pink {
color: #f0a3c8;
}
.shadow-azalea-pink {
color: #e46c9a;
}
.qermez-red {
color: #d4406f;
}
.hydrangea-red {
color: #9a1d4b;
}
/* CSS Variables */
:root {
--classic-rose:#f7cae8;
--elastic-pink:#f0a3c8;
--shadow-azalea-pink:#e46c9a;
--qermez-red:#d4406f;
--hydrangea-red:#9a1d4b;
}