Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5d8a8e;
}
.ocean-kiss {
color: #a4c6c4;
}
.bluewash {
color: #e1e5e0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.field-poppy {
color: #d86e41;
}
/* CSS Variables */
:root {
--steel-teal:#5d8a8e;
--ocean-kiss:#a4c6c4;
--bluewash:#e1e5e0;
--maximum-yellow-red:#f1b74b;
--field-poppy:#d86e41;
}