Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.pina-colada {
color: #f2deb1;
}
.southern-belle {
color: #abd4c1;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--enjoyable-yellow:#f6d6a7;
--pina-colada:#f2deb1;
--southern-belle:#abd4c1;
--windsor-way:#a2c7e7;
}