Color names in this palette
CSS code for this palette
/* CSS */
.azure-sky {
color: #b2e1f5;
}
.cologne {
color: #76c1d5;
}
.mountain-bluebird {
color: #4a9cbf;
}
.blue-dart-frog {
color: #3b7d9b;
}
.deep-ocean {
color: #294c60;
}
/* CSS Variables */
:root {
--azure-sky:#b2e1f5;
--cologne:#76c1d5;
--mountain-bluebird:#4a9cbf;
--blue-dart-frog:#3b7d9b;
--deep-ocean:#294c60;
}