Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #192b4d;
}
.blue-square {
color: #4f899c;
}
.bluebrite {
color: #70bbd7;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.entan-red {
color: #e86b4f;
}
/* CSS Variables */
:root {
--rurikon-blue:#192b4d;
--blue-square:#4f899c;
--bluebrite:#70bbd7;
--adonis-rose-yellow:#f0c24c;
--entan-red:#e86b4f;
}