Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3a7d9c;
}
.fate {
color: #6b9fc2;
}
.blue-dam {
color: #a3c4d2;
}
.james-blonde {
color: #f2e3b5;
}
.jaguar-rose {
color: #f2b5b6;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3a7d9c;
--fate:#6b9fc2;
--blue-dam:#a3c4d2;
--james-blonde:#f2e3b5;
--jaguar-rose:#f2b5b6;
}