Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.faience {
color: #2c6f8c;
}
.crystalsong-blue {
color: #4fb5b4;
}
.bay {
color: #b0e3d3;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--faience:#2c6f8c;
--crystalsong-blue:#4fb5b4;
--bay:#b0e3d3;
--lemon-ice-yellow:#f6e1a7;
}