Color names in this palette
CSS code for this palette
/* CSS */
.stormy-sunrise {
color: #c8a2c8;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.sweet-slumber-pink {
color: #f6c1f5;
}
.sugarwinkle {
color: #ffc2e2;
}
.aggressive-salmon {
color: #ff809b;
}
/* CSS Variables */
:root {
--stormy-sunrise:#c8a2c8;
--blackberry-yogurt:#e6b7e3;
--sweet-slumber-pink:#f6c1f5;
--sugarwinkle:#ffc2e2;
--aggressive-salmon:#ff809b;
}