Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b1a1;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.aquarelle-green {
color: #e2f3e6;
}
.terrace-pool {
color: #a3d6e0;
}
.elm {
color: #2a7976;
}
/* CSS Variables */
:root {
--first-date:#f7b1a1;
--enjoyable-yellow:#f6d6a7;
--aquarelle-green:#e2f3e6;
--terrace-pool:#a3d6e0;
--elm:#2a7976;
}