Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.bellini {
color: #f3c7af;
}
.nevada-sand {
color: #e9d6b9;
}
.aviary-blue {
color: #c5e1e8;
}
.blue-click {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--bellini:#f3c7af;
--nevada-sand:#e9d6b9;
--aviary-blue:#c5e1e8;
--blue-click:#a9d9ea;
}