Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.cossack-dancer {
color: #4c8b9e;
}
.azure-lake {
color: #7bbac6;
}
.ice-crystal-blue {
color: #a6e3e0;
}
.bleached-silk {
color: #f2f4f1;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--cossack-dancer:#4c8b9e;
--azure-lake:#7bbac6;
--ice-crystal-blue:#a6e3e0;
--bleached-silk:#f2f4f1;
}