Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.juniper-berry-blue {
color: #3e636f;
}
.cold-front-green {
color: #80b3b3;
}
.negroni {
color: #f0c7a3;
}
.honeycomb-yellow {
color: #e09e4d;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--juniper-berry-blue:#3e636f;
--cold-front-green:#80b3b3;
--negroni:#f0c7a3;
--honeycomb-yellow:#e09e4d;
}