Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.delicate-girl-blue {
color: #66b2c7;
}
.blue-dart-frog {
color: #3c7b9f;
}
.cote-d-azur {
color: #007a8a;
}
.captive {
color: #005b6b;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--delicate-girl-blue:#66b2c7;
--blue-dart-frog:#3c7b9f;
--cote-d-azur:#007a8a;
--captive:#005b6b;
}