Color names in this palette
CSS code for this palette
/* CSS */
.garden-glory {
color: #ffc2d0;
}
.strawberry-shortcake {
color: #ff8a97;
}
.salmon-rose {
color: #ff707e;
}
.watermelon {
color: #ff4d58;
}
.devil-s-advocate {
color: #ff2e3c;
}
/* CSS Variables */
:root {
--garden-glory:#ffc2d0;
--strawberry-shortcake:#ff8a97;
--salmon-rose:#ff707e;
--watermelon:#ff4d58;
--devil-s-advocate:#ff2e3c;
}