Color names in this palette
CSS code for this palette
/* CSS */
.tropical-night-blue {
color: #2a2c4c;
}
.liberty {
color: #4b4ea0;
}
.searching-blue {
color: #697e9b;
}
.thunder-chi {
color: #a9c3d1;
}
.gram-s-hair {
color: #f2f7f7;
}
/* CSS Variables */
:root {
--tropical-night-blue:#2a2c4c;
--liberty:#4b4ea0;
--searching-blue:#697e9b;
--thunder-chi:#a9c3d1;
--gram-s-hair:#f2f7f7;
}