Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a1c4d4;
}
.jugendstil-turquoise {
color: #5f9b99;
}
.teal-forest {
color: #3f5c5f;
}
.luxurious {
color: #d6b65c;
}
.golden-lion-tamarin {
color: #c75b29;
}
/* CSS Variables */
:root {
--blue-dam:#a1c4d4;
--jugendstil-turquoise:#5f9b99;
--teal-forest:#3f5c5f;
--luxurious:#d6b65c;
--golden-lion-tamarin:#c75b29;
}