Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-rose {
color: #f7a1b8;
}
.designer-pink {
color: #e3bad8;
}
.melrose {
color: #c5b3e0;
}
.blue-dam {
color: #a5c6d5;
}
.tropic-tide {
color: #6bc2c1;
}
/* CSS Variables */
:root {
--harmonious-rose:#f7a1b8;
--designer-pink:#e3bad8;
--melrose:#c5b3e0;
--blue-dam:#a5c6d5;
--tropic-tide:#6bc2c1;
}