Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f7a1bf;
}
.sugar-high {
color: #f1c6e7;
}
.bright-ube {
color: #d5a5e3;
}
.tiny-mr-frosty {
color: #b9d6e4;
}
.bone-white {
color: #f3e1af;
}
/* CSS Variables */
:root {
--rogue-pink:#f7a1bf;
--sugar-high:#f1c6e7;
--bright-ube:#d5a5e3;
--tiny-mr-frosty:#b9d6e4;
--bone-white:#f3e1af;
}