Color names in this palette
CSS code for this palette
/* CSS */
.safe-harbour {
color: #1a8a9e;
}
.techno-turquoise {
color: #5fbf8c;
}
.yellow-tulip {
color: #f5d270;
}
.gemini-mustard-momento {
color: #f9a64e;
}
.sour-cherry {
color: #e04c38;
}
/* CSS Variables */
:root {
--safe-harbour:#1a8a9e;
--techno-turquoise:#5fbf8c;
--yellow-tulip:#f5d270;
--gemini-mustard-momento:#f9a64e;
--sour-cherry:#e04c38;
}