Color names in this palette
CSS code for this palette
/* CSS */
.scalloped-oak {
color: #f1d1a2;
}
.first-date {
color: #f1b3a2;
}
.neighborly-peach {
color: #f1c0a2;
}
.violet-kiss {
color: #f1a2d1;
}
.bright-ube {
color: #d1a2f1;
}
/* CSS Variables */
:root {
--scalloped-oak:#f1d1a2;
--first-date:#f1b3a2;
--neighborly-peach:#f1c0a2;
--violet-kiss:#f1a2d1;
--bright-ube:#d1a2f1;
}