Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.terrace-pool {
color: #a3d7e0;
}
.first-date {
color: #f4b69f;
}
.sorreno-lemon {
color: #f3d258;
}
.sandy-brown {
color: #f1a65f;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--terrace-pool:#a3d7e0;
--first-date:#f4b69f;
--sorreno-lemon:#f3d258;
--sandy-brown:#f1a65f;
}