Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.baby-motive {
color: #8bcada;
}
.first-date {
color: #f4b69f;
}
.squash-blossom {
color: #f6b83c;
}
.pink-flambe {
color: #d64c7d;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--baby-motive:#8bcada;
--first-date:#f4b69f;
--squash-blossom:#f6b83c;
--pink-flambe:#d64c7d;
}