Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #303f50;
}
.wickford-bay {
color: #4c6990;
}
.estuary-blue {
color: #6ea3b4;
}
.nihilakh-oxide {
color: #a1d9b3;
}
.yellow-groove {
color: #f5b92e;
}
/* CSS Variables */
:root {
--waterhen-back:#303f50;
--wickford-bay:#4c6990;
--estuary-blue:#6ea3b4;
--nihilakh-oxide:#a1d9b3;
--yellow-groove:#f5b92e;
}