Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.rose-reminder {
color: #f5c2c6;
}
.hopeful {
color: #f0d6e1;
}
.think-pink {
color: #e6a7c3;
}
.little-bow-pink {
color: #d17a9a;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--rose-reminder:#f5c2c6;
--hopeful:#f0d6e1;
--think-pink:#e6a7c3;
--little-bow-pink:#d17a9a;
}