Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1c4f8d;
}
.beijing-blue {
color: #3d7fa9;
}
.costa-rica-blue {
color: #7bb9e0;
}
.nevada-sky {
color: #a2d9e6;
}
.aijiro-white {
color: #ebf8f9;
}
/* CSS Variables */
:root {
--sweat-bee:#1c4f8d;
--beijing-blue:#3d7fa9;
--costa-rica-blue:#7bb9e0;
--nevada-sky:#a2d9e6;
--aijiro-white:#ebf8f9;
}