Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.pasta {
color: #f8e2af;
}
.coastal-foam {
color: #b4e4c7;
}
.angel-blue {
color: #81c5cf;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--enjoyable-yellow:#f6d5a7;
--pasta:#f8e2af;
--coastal-foam:#b4e4c7;
--angel-blue:#81c5cf;
}