Color names in this palette
CSS code for this palette
/* CSS */
.young-salmon {
color: #ffb3b5;
}
.lolly {
color: #ff9c8f;
}
.hipster-salmon {
color: #ff7e70;
}
.blistering-mars {
color: #ff6c52;
}
.portland-orange {
color: #ff5938;
}
/* CSS Variables */
:root {
--young-salmon:#ffb3b5;
--lolly:#ff9c8f;
--hipster-salmon:#ff7e70;
--blistering-mars:#ff6c52;
--portland-orange:#ff5938;
}