Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f394d;
}
.revel-blue {
color: #4c6b8a;
}
.blue-nile {
color: #76a0b7;
}
.sandy {
color: #f2d77d;
}
.solar-flare {
color: #e27c40;
}
/* CSS Variables */
:root {
--subterranean-river:#1f394d;
--revel-blue:#4c6b8a;
--blue-nile:#76a0b7;
--sandy:#f2d77d;
--solar-flare:#e27c40;
}