Color names in this palette
CSS code for this palette
/* CSS */
.polly {
color: #ffc8a3;
}
.prairie-sunset {
color: #ffb399;
}
.pink-dream {
color: #ff9ea0;
}
.flamingo-pink {
color: #ff8fab;
}
.salmon-rose {
color: #ff707e;
}
/* CSS Variables */
:root {
--polly:#ffc8a3;
--prairie-sunset:#ffb399;
--pink-dream:#ff9ea0;
--flamingo-pink:#ff8fab;
--salmon-rose:#ff707e;
}