Color names in this palette
CSS code for this palette
/* CSS */
.fulgrim-pink {
color: #f6b1d0;
}
.rozowy-pink {
color: #f6a7b7;
}
.rogue-pink {
color: #f6a2bf;
}
.harmonious-rose {
color: #f69db3;
}
.harmonious-rose {
color: #f69db9;
}
/* CSS Variables */
:root {
--fulgrim-pink:#f6b1d0;
--rozowy-pink:#f6a7b7;
--rogue-pink:#f6a2bf;
--harmonious-rose:#f69db3;
--harmonious-rose:#f69db9;
}