Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.revel-blue {
color: #4a6c8c;
}
.bluette {
color: #9fc1d6;
}
.welcoming-wasp {
color: #f0a800;
}
.usubeni-red {
color: #f26969;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--revel-blue:#4a6c8c;
--bluette:#9fc1d6;
--welcoming-wasp:#f0a800;
--usubeni-red:#f26969;
}