Color names in this palette
CSS code for this palette
/* CSS */
.mediterranean-sea {
color: #1f8cad;
}
.techno-turquoise {
color: #5dbb8b;
}
.wake-me-up {
color: #f6d55a;
}
.carnival {
color: #ed8c2c;
}
.chin-chin-cherry {
color: #d8315b;
}
/* CSS Variables */
:root {
--mediterranean-sea:#1f8cad;
--techno-turquoise:#5dbb8b;
--wake-me-up:#f6d55a;
--carnival:#ed8c2c;
--chin-chin-cherry:#d8315b;
}