Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f9c8cf;
}
.cotton-candy-aesthetic {
color: #f6b6e5;
}
.dream-land {
color: #f3afe8;
}
.violet-kiss {
color: #f3a5d5;
}
.amaranth-pink {
color: #f39bbd;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f9c8cf;
--cotton-candy-aesthetic:#f6b6e5;
--dream-land:#f3afe8;
--violet-kiss:#f3a5d5;
--amaranth-pink:#f39bbd;
}