Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.blue-dam {
color: #a1c9d4;
}
.harmonious-gold {
color: #e8cca1;
}
.shrimp-boat {
color: #f5ba9e;
}
.coral-gold {
color: #d56b4d;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--blue-dam:#a1c9d4;
--harmonious-gold:#e8cca1;
--shrimp-boat:#f5ba9e;
--coral-gold:#d56b4d;
}