Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.flirty-rose {
color: #d85f8b;
}
.purple-wine {
color: #9b3b7a;
}
.sweet-flag {
color: #653c9a;
}
.night-fog {
color: #2d1a6b;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--flirty-rose:#d85f8b;
--purple-wine:#9b3b7a;
--sweet-flag:#653c9a;
--night-fog:#2d1a6b;
}