Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3c5b;
}
.blue-antarctic {
color: #4b789b;
}
.azure-lake {
color: #7ab8c7;
}
.flame-seal {
color: #f3e65e;
}
.consumed-by-fire {
color: #f47f1f;
}
/* CSS Variables */
:root {
--regal-blue:#1f3c5b;
--blue-antarctic:#4b789b;
--azure-lake:#7ab8c7;
--flame-seal:#f3e65e;
--consumed-by-fire:#f47f1f;
}