Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1a4c6b;
}
.lucid-blue {
color: #7f8c9f;
}
.sunrise {
color: #f0c17a;
}
.inferno {
color: #db5a33;
}
.cherries-jubilee {
color: #a12b54;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1a4c6b;
--lucid-blue:#7f8c9f;
--sunrise:#f0c17a;
--inferno:#db5a33;
--cherries-jubilee:#a12b54;
}