Color names in this palette
CSS code for this palette
/* CSS */
.gloomy-sea {
color: #496679;
}
.blue-spell {
color: #3c5b6d;
}
.atlantic-deep {
color: #2c4c54;
}
.royal-neptune {
color: #1a3a42;
}
.black-chasm {
color: #0e2e2f;
}
/* CSS Variables */
:root {
--gloomy-sea:#496679;
--blue-spell:#3c5b6d;
--atlantic-deep:#2c4c54;
--royal-neptune:#1a3a42;
--black-chasm:#0e2e2f;
}