Color names in this palette
CSS code for this palette
/* CSS */
.yale-blue {
color: #0b518e;
}
.cendre-blue {
color: #3a7fa1;
}
.maritime-soft-blue {
color: #69b6c3;
}
.ice-crystal-blue {
color: #a9e5e2;
}
.brilliant-beige {
color: #f0c4b7;
}
/* CSS Variables */
:root {
--yale-blue:#0b518e;
--cendre-blue:#3a7fa1;
--maritime-soft-blue:#69b6c3;
--ice-crystal-blue:#a9e5e2;
--brilliant-beige:#f0c4b7;
}