Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1b3969;
}
.astral {
color: #396a89;
}
.murdoch {
color: #5c8a6c;
}
.sapling {
color: #9dbe5b;
}
.australium-gold {
color: #e7b340;
}
/* CSS Variables */
:root {
--passionate-blue:#1b3969;
--astral:#396a89;
--murdoch:#5c8a6c;
--sapling:#9dbe5b;
--australium-gold:#e7b340;
}