Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3e5a75;
}
.cape-lee {
color: #4e7f8d;
}
.tropic-turquoise {
color: #69b59f;
}
.rubber-ducky {
color: #f7d059;
}
.tory-red {
color: #d86b5f;
}
/* CSS Variables */
:root {
--china-pattern:#3e5a75;
--cape-lee:#4e7f8d;
--tropic-turquoise:#69b59f;
--rubber-ducky:#f7d059;
--tory-red:#d86b5f;
}