Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1f4e70;
}
.blue-dart-frog {
color: #3b7a9b;
}
.pottery-blue {
color: #56a4c2;
}
.tanager-turquoise {
color: #8bd7e5;
}
.azure-sky {
color: #b2e3f5;
}
/* CSS Variables */
:root {
--seafarer:#1f4e70;
--blue-dart-frog:#3b7a9b;
--pottery-blue:#56a4c2;
--tanager-turquoise:#8bd7e5;
--azure-sky:#b2e3f5;
}