Color names in this palette
CSS code for this palette
/* CSS */
.caribbean-blue {
color: #19c4d7;
}
.homeworld {
color: #1c90d9;
}
.jazz-blue {
color: #1d699f;
}
.noble-knight {
color: #3a4e78;
}
.blue-heaven {
color: #5b7f9a;
}
/* CSS Variables */
:root {
--caribbean-blue:#19c4d7;
--homeworld:#1c90d9;
--jazz-blue:#1d699f;
--noble-knight:#3a4e78;
--blue-heaven:#5b7f9a;
}