Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1db4b4;
}
.taos-turquoise {
color: #2e8e8e;
}
.happy-days {
color: #4f6e82;
}
.zucchini-flower {
color: #e6a84c;
}
.warming-heart {
color: #d64a3d;
}
/* CSS Variables */
:root {
--swagger:#1db4b4;
--taos-turquoise:#2e8e8e;
--happy-days:#4f6e82;
--zucchini-flower:#e6a84c;
--warming-heart:#d64a3d;
}