Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart-frog {
color: #3b7e9b;
}
.crystal-seas {
color: #5cb0d1;
}
.fresh-blue {
color: #87d5e3;
}
.icy-landscape {
color: #c8e8f4;
}
.alice-blue {
color: #f0f9ff;
}
/* CSS Variables */
:root {
--blue-dart-frog:#3b7e9b;
--crystal-seas:#5cb0d1;
--fresh-blue:#87d5e3;
--icy-landscape:#c8e8f4;
--alice-blue:#f0f9ff;
}