Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d5a5d1;
}
.blackberry-yogurt {
color: #e3bae1;
}
.classic-rose {
color: #f7c5e9;
}
.storm-lightning {
color: #f9e59f;
}
.oregon-trail {
color: #f4b41f;
}
/* CSS Variables */
:root {
--berry-popsicle:#d5a5d1;
--blackberry-yogurt:#e3bae1;
--classic-rose:#f7c5e9;
--storm-lightning:#f9e59f;
--oregon-trail:#f4b41f;
}