Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.southern-belle {
color: #a8d6c5;
}
.squeaky {
color: #6bcadb;
}
.opalescent {
color: #3c92c8;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--smooth-as-corn-silk:#f6e5b1;
--southern-belle:#a8d6c5;
--squeaky:#6bcadb;
--opalescent:#3c92c8;
}