Color names in this palette
CSS code for this palette
/* CSS */
.ceramic-blue-turquoise {
color: #1e9f9c;
}
.mint-jelly {
color: #4ccd9b;
}
.ragweed {
color: #79e6a1;
}
.sunny {
color: #f3f17c;
}
.question-mark-block {
color: #f09b4c;
}
/* CSS Variables */
:root {
--ceramic-blue-turquoise:#1e9f9c;
--mint-jelly:#4ccd9b;
--ragweed:#79e6a1;
--sunny:#f3f17c;
--question-mark-block:#f09b4c;
}