Color names in this palette
CSS code for this palette
/* CSS */
.woven-gold {
color: #d6b73d;
}
.two-peas-in-a-pod {
color: #9ed053;
}
.mountain-lake-azure {
color: #4cb8a6;
}
.blue-dart-frog {
color: #3b7b9b;
}
.blackberry-cobbler {
color: #3f4d69;
}
/* CSS Variables */
:root {
--woven-gold:#d6b73d;
--two-peas-in-a-pod:#9ed053;
--mountain-lake-azure:#4cb8a6;
--blue-dart-frog:#3b7b9b;
--blackberry-cobbler:#3f4d69;
}