Color names in this palette
CSS code for this palette
/* CSS */
.radome-tan {
color: #f0c89e;
}
.miami-marmalade {
color: #f78d1d;
}
.pullman-brown {
color: #6b3e1a;
}
.dover-straits {
color: #2e6cb2;
}
.spring-garden {
color: #5b8b5f;
}
/* CSS Variables */
:root {
--radome-tan:#f0c89e;
--miami-marmalade:#f78d1d;
--pullman-brown:#6b3e1a;
--dover-straits:#2e6cb2;
--spring-garden:#5b8b5f;
}