Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f6c6e8;
}
.rosecco {
color: #eab8e4;
}
.firm-pink {
color: #d68fc2;
}
.berry-burst {
color: #a76cac;
}
.amaranth-purple {
color: #6a3d8a;
}
/* CSS Variables */
:root {
--classic-rose:#f6c6e8;
--rosecco:#eab8e4;
--firm-pink:#d68fc2;
--berry-burst:#a76cac;
--amaranth-purple:#6a3d8a;
}