Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.milky-maize {
color: #f8d9a0;
}
.venetian-yellow {
color: #f7e6a1;
}
.vast-sky {
color: #a8c9d7;
}
.cruise {
color: #b3e0d6;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--milky-maize:#f8d9a0;
--venetian-yellow:#f7e6a1;
--vast-sky:#a8c9d7;
--cruise:#b3e0d6;
}