Color names in this palette
CSS code for this palette
/* CSS */
.blue-oblivion {
color: #1f3d89;
}
.winter-time {
color: #3d8e9e;
}
.crystalsong-blue {
color: #4ab0b0;
}
.salmon-eggs {
color: #f9d55d;
}
.entan-red {
color: #f06d4c;
}
/* CSS Variables */
:root {
--blue-oblivion:#1f3d89;
--winter-time:#3d8e9e;
--crystalsong-blue:#4ab0b0;
--salmon-eggs:#f9d55d;
--entan-red:#f06d4c;
}