Color names in this palette
CSS code for this palette
/* CSS */
.blue-square {
color: #4f899c;
}
.blue-green-gem {
color: #7fc7c5;
}
.sea-glass-teal {
color: #a2e6d6;
}
.first-date {
color: #f4b69f;
}
.guava-jam {
color: #e08971;
}
/* CSS Variables */
:root {
--blue-square:#4f899c;
--blue-green-gem:#7fc7c5;
--sea-glass-teal:#a2e6d6;
--first-date:#f4b69f;
--guava-jam:#e08971;
}