Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1c2b4a;
}
.deep-azure {
color: #3c5a80;
}
.pale-flower {
color: #6a8aaf;
}
.sunshine-mellow {
color: #f1c40e;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--rurikon-blue:#1c2b4a;
--deep-azure:#3c5a80;
--pale-flower:#6a8aaf;
--sunshine-mellow:#f1c40e;
--mandarin-red:#e74d3c;
}