Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.peach-patch {
color: #f7d5a1;
}
.off-yellow {
color: #f2ef3a;
}
.juzcar-blue {
color: #a1d5f7;
}
.baby-blue-eyes {
color: #a1c8f7;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--peach-patch:#f7d5a1;
--off-yellow:#f2ef3a;
--juzcar-blue:#a1d5f7;
--baby-blue-eyes:#a1c8f7;
}