Color names in this palette
CSS code for this palette
/* CSS */
.cayman-bay {
color: #4f7a8c;
}
.tropic-tide {
color: #6ebfba;
}
.sparkling-mint {
color: #a3e0d3;
}
.smooth-as-corn-silk {
color: #f4e5b4;
}
.orangeville {
color: #e76f5f;
}
/* CSS Variables */
:root {
--cayman-bay:#4f7a8c;
--tropic-tide:#6ebfba;
--sparkling-mint:#a3e0d3;
--smooth-as-corn-silk:#f4e5b4;
--orangeville:#e76f5f;
}