Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e4a6c;
}
.zenith {
color: #497b9c;
}
.glacier {
color: #78b1c4;
}
.sugar-cookie {
color: #f3e2a5;
}
.citrus-blast {
color: #e07b38;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e4a6c;
--zenith:#497b9c;
--glacier:#78b1c4;
--sugar-cookie:#f3e2a5;
--citrus-blast:#e07b38;
}