Color names in this palette
CSS code for this palette
/* CSS */
.tort {
color: #5d8e8e;
}
.aqua-blue {
color: #79b9b9;
}
.aqua-island {
color: #a1d9d9;
}
.cymophane-yellow {
color: #f3e6a5;
}
.mystic-tulip {
color: #f7b4a1;
}
/* CSS Variables */
:root {
--tort:#5d8e8e;
--aqua-blue:#79b9b9;
--aqua-island:#a1d9d9;
--cymophane-yellow:#f3e6a5;
--mystic-tulip:#f7b4a1;
}