Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f0c1d8;
}
.matt-pink {
color: #ffb3c2;
}
.salmon-pink {
color: #ff8fa5;
}
.outrageous-orange {
color: #ff6d4d;
}
.toxic-orange {
color: #ff5d38;
}
/* CSS Variables */
:root {
--sweetheart:#f0c1d8;
--matt-pink:#ffb3c2;
--salmon-pink:#ff8fa5;
--outrageous-orange:#ff6d4d;
--toxic-orange:#ff5d38;
}