Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f5a3c0;
}
.cotton-candy-aesthetic {
color: #f4b4df;
}
.candy-floss {
color: #e6a3e5;
}
.connecticut-lilac {
color: #c7baf2;
}
.blue-jay {
color: #5d8dda;
}
/* CSS Variables */
:root {
--rogue-pink:#f5a3c0;
--cotton-candy-aesthetic:#f4b4df;
--candy-floss:#e6a3e5;
--connecticut-lilac:#c7baf2;
--blue-jay:#5d8dda;
}