Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.brain-pink {
color: #f3aaad;
}
.dimple {
color: #ef808b;
}
.camellia-rose {
color: #e6516f;
}
.chin-chin-cherry {
color: #d82c5a;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--brain-pink:#f3aaad;
--dimple:#ef808b;
--camellia-rose:#e6516f;
--chin-chin-cherry:#d82c5a;
}