Color names in this palette
CSS code for this palette
/* CSS */
.crown-jewels {
color: #9c6bb3;
}
.pretty-petunia {
color: #d9b6e2;
}
.mountain-laurel {
color: #f2c5d4;
}
.meat {
color: #f47b7b;
}
.pressed-rose {
color: #f1a8a7;
}
/* CSS Variables */
:root {
--crown-jewels:#9c6bb3;
--pretty-petunia:#d9b6e2;
--mountain-laurel:#f2c5d4;
--meat:#f47b7b;
--pressed-rose:#f1a8a7;
}