Color names in this palette
CSS code for this palette
/* CSS */
.sugarwinkle {
color: #ffc2e2;
}
.saira-red {
color: #ff9eb5;
}
.blush-hour {
color: #ff7092;
}
.sasquatch-socks {
color: #ff4d7c;
}
.radical-red {
color: #ff2e5f;
}
/* CSS Variables */
:root {
--sugarwinkle:#ffc2e2;
--saira-red:#ff9eb5;
--blush-hour:#ff7092;
--sasquatch-socks:#ff4d7c;
--radical-red:#ff2e5f;
}