Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f4b69f;
}
.5 {
color: #f8d68b;
}
.wickerware {
color: #fce3b0;
}
.mystic-tulip {
color: #f7b7a1;
}
.salmon-pok-bowl {
color: #f27c78;
}
/* CSS Variables */
:root {
--first-date:#f4b69f;
--5:#f8d68b;
--wickerware:#fce3b0;
--mystic-tulip:#f7b7a1;
--salmon-pok-bowl:#f27c78;
}