Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1a9099;
}
.crystalsong-blue {
color: #4db3b1;
}
.green-patina {
color: #65d2c0;
}
.tropical {
color: #a0e9c7;
}
.mint-condition {
color: #def7f5;
}
/* CSS Variables */
:root {
--sea-fantasy:#1a9099;
--crystalsong-blue:#4db3b1;
--green-patina:#65d2c0;
--tropical:#a0e9c7;
--mint-condition:#def7f5;
}