Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.flirty-rose {
color: #d85a8e;
}
.rose-glory {
color: #e689a8;
}
.squid-pink {
color: #f4b4bd;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--flirty-rose:#d85a8e;
--rose-glory:#e689a8;
--squid-pink:#f4b4bd;
--sunset-pink:#f9d7e6;
}