Color names in this palette
CSS code for this palette
/* CSS */
.seachange {
color: #3d8a94;
}
.shylock {
color: #5bb3a2;
}
.green-daze {
color: #8cd4c5;
}
.cono-de-vainilla {
color: #f0d7b7;
}
.texas-longhorn {
color: #e28c3c;
}
/* CSS Variables */
:root {
--seachange:#3d8a94;
--shylock:#5bb3a2;
--green-daze:#8cd4c5;
--cono-de-vainilla:#f0d7b7;
--texas-longhorn:#e28c3c;
}