Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a8c2e1;
}
.baby-tears {
color: #69b7d8;
}
.mountain-bluebird {
color: #4c9ac8;
}
.blue-dart-frog {
color: #3a7d9c;
}
.dark-slate-blue {
color: #1f4c61;
}
/* CSS Variables */
:root {
--angela-bay:#a8c2e1;
--baby-tears:#69b7d8;
--mountain-bluebird:#4c9ac8;
--blue-dart-frog:#3a7d9c;
--dark-slate-blue:#1f4c61;
}