Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f4a4c4;
}
.pink-cattleya {
color: #ffb3d1;
}
.pig-pink {
color: #ffd6e2;
}
.creamy-cloud-dreams {
color: #fff4e0;
}
.bay {
color: #b2e0d4;
}
/* CSS Variables */
:root {
--rogue-pink:#f4a4c4;
--pink-cattleya:#ffb3d1;
--pig-pink:#ffd6e2;
--creamy-cloud-dreams:#fff4e0;
--bay:#b2e0d4;
}