Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff776b;
}
.lolly {
color: #ff9c8f;
}
.ballet-skirt {
color: #ffc7b3;
}
.navajo-white {
color: #ffddad;
}
.sunkissed-yellow {
color: #fee8b9;
}
/* CSS Variables */
:root {
--salmon:#ff776b;
--lolly:#ff9c8f;
--ballet-skirt:#ffc7b3;
--navajo-white:#ffddad;
--sunkissed-yellow:#fee8b9;
}