Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f6e0b1;
}
.scalloped-oak {
color: #f1d1a2;
}
.spice-girl {
color: #e3c0c1;
}
.tiara-pink {
color: #d9a6d4;
}
.millstream {
color: #b8d5e0;
}
/* CSS Variables */
:root {
--friendly-yellow:#f6e0b1;
--scalloped-oak:#f1d1a2;
--spice-girl:#e3c0c1;
--tiara-pink:#d9a6d4;
--millstream:#b8d5e0;
}