Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1c3b6d;
}
.zenith {
color: #497b9c;
}
.tropez-blue {
color: #76b9c6;
}
.spinnaker {
color: #a3e0df;
}
.cocoa-butter {
color: #f5f7c5;
}
/* CSS Variables */
:root {
--blue-mosque:#1c3b6d;
--zenith:#497b9c;
--tropez-blue:#76b9c6;
--spinnaker:#a3e0df;
--cocoa-butter:#f5f7c5;
}