Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c9;
}
.dimple {
color: #ea7b8b;
}
.cherry-pink {
color: #c95e7e;
}
.exuberant-pink {
color: #b4507f;
}
.medium-ruby {
color: #a23f6f;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c9;
--dimple:#ea7b8b;
--cherry-pink:#c95e7e;
--exuberant-pink:#b4507f;
--medium-ruby:#a23f6f;
}