Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.mulberry-yogurt {
color: #c84c90;
}
.super-pink {
color: #d171a7;
}
.pink-fit {
color: #f3aab1;
}
.ballet {
color: #f7d5d4;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--mulberry-yogurt:#c84c90;
--super-pink:#d171a7;
--pink-fit:#f3aab1;
--ballet:#f7d5d4;
}