Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.soft-butter {
color: #f3e1b4;
}
.fresh-water {
color: #c3e2f4;
}
.light-budgie-blue {
color: #a0d5e9;
}
.periwinkle-blue {
color: #7f9df5;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--soft-butter:#f3e1b4;
--fresh-water:#c3e2f4;
--light-budgie-blue:#a0d5e9;
--periwinkle-blue:#7f9df5;
}