Color names in this palette
CSS code for this palette
/* CSS */
.blue-loneliness {
color: #4a6c82;
}
.spirit-mountain {
color: #6a8a9a;
}
.airborne {
color: #a1c1d4;
}
.burj-khalifa-fountain {
color: #d4e0e8;
}
.diamond-white {
color: #e0f2f5;
}
/* CSS Variables */
:root {
--blue-loneliness:#4a6c82;
--spirit-mountain:#6a8a9a;
--airborne:#a1c1d4;
--burj-khalifa-fountain:#d4e0e8;
--diamond-white:#e0f2f5;
}