Color names in this palette
CSS code for this palette
/* CSS */
.terror-from-the-deep {
color: #1e496c;
}
.blue-square {
color: #508c9b;
}
.celestine {
color: #87c4c3;
}
.sunset-gold {
color: #f6c460;
}
.untamed-orange {
color: #d95a30;
}
/* CSS Variables */
:root {
--terror-from-the-deep:#1e496c;
--blue-square:#508c9b;
--celestine:#87c4c3;
--sunset-gold:#f6c460;
--untamed-orange:#d95a30;
}