Color names in this palette
CSS code for this palette
/* CSS */
.navy-peony {
color: #1f3a61;
}
.rainy-lake {
color: #3b6a8c;
}
.explorer-blue {
color: #5ca4b7;
}
.chefchaouen-blue {
color: #a1d0e8;
}
.zh-n-zh-b-i-pearl {
color: #f5f9fa;
}
/* CSS Variables */
:root {
--navy-peony:#1f3a61;
--rainy-lake:#3b6a8c;
--explorer-blue:#5ca4b7;
--chefchaouen-blue:#a1d0e8;
--zh-n-zh-b-i-pearl:#f5f9fa;
}