Color names in this palette
CSS code for this palette
/* CSS */
.blue-square {
color: #4e8a97;
}
.tropic-turquoise {
color: #65b3a1;
}
.sparkling-mint {
color: #a4dfd4;
}
.cornsilk-yellow {
color: #f4c96c;
}
.sweet-potato {
color: #d67a3d;
}
/* CSS Variables */
:root {
--blue-square:#4e8a97;
--tropic-turquoise:#65b3a1;
--sparkling-mint:#a4dfd4;
--cornsilk-yellow:#f4c96c;
--sweet-potato:#d67a3d;
}