Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.paw-paw {
color: #f9d59f;
}
.banan-appeal {
color: #fef4a9;
}
.garden-room {
color: #a9d6a9;
}
.cyantific {
color: #74c3c1;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--paw-paw:#f9d59f;
--banan-appeal:#fef4a9;
--garden-room:#a9d6a9;
--cyantific:#74c3c1;
}