Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.revel-blue {
color: #4b6d8b;
}
.ganon-blue {
color: #a1dff7;
}
.squash-blossom {
color: #f6b83c;
}
.phoenix-red {
color: #e0705c;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--revel-blue:#4b6d8b;
--ganon-blue:#a1dff7;
--squash-blossom:#f6b83c;
--phoenix-red:#e0705c;
}