Color names in this palette
CSS code for this palette
/* CSS */
.waterhen-back {
color: #2e3f52;
}
.oceanic {
color: #4d6a80;
}
.frisky-blue {
color: #7ab1c7;
}
.buffalo-trail {
color: #e1af7a;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--waterhen-back:#2e3f52;
--oceanic:#4d6a80;
--frisky-blue:#7ab1c7;
--buffalo-trail:#e1af7a;
--painted-poppy:#c84a3c;
}