Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d6e0;
}
.blue-brocade {
color: #6db9d5;
}
.blue-dart-frog {
color: #3b7e9b;
}
.majolica-blue {
color: #2f4b65;
}
.abyssal-anchorfish-blue {
color: #1b2532;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d6e0;
--blue-brocade:#6db9d5;
--blue-dart-frog:#3b7e9b;
--majolica-blue:#2f4b65;
--abyssal-anchorfish-blue:#1b2532;
}