Color names in this palette
CSS code for this palette
/* CSS */
.h-i-s-black {
color: #171d30;
}
.biscay {
color: #303a55;
}
.steadfast {
color: #4a5778;
}
.baby-blue-eyes {
color: #a2c5f1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--h-i-s-black:#171d30;
--biscay:#303a55;
--steadfast:#4a5778;
--baby-blue-eyes:#a2c5f1;
--grapefruit-pulp:#ff6e61;
}