Color names in this palette
CSS code for this palette
/* CSS */
.burj-khalifa-fountain {
color: #d4e0e8;
}
.blue-bows {
color: #a3c4d7;
}
.cerulean-frost {
color: #6c9cc6;
}
.nuit-blanche {
color: #1c498d;
}
.high-profile {
color: #005b85;
}
/* CSS Variables */
:root {
--burj-khalifa-fountain:#d4e0e8;
--blue-bows:#a3c4d7;
--cerulean-frost:#6c9cc6;
--nuit-blanche:#1c498d;
--high-profile:#005b85;
}