Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.wickerware {
color: #fde6af;
}
.only-yesterday {
color: #f2d2ba;
}
.frugal {
color: #a4d6b3;
}
.baja-blue {
color: #68a6d9;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--wickerware:#fde6af;
--only-yesterday:#f2d2ba;
--frugal:#a4d6b3;
--baja-blue:#68a6d9;
}