Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8d8a;
}
.ocean-kiss {
color: #a3c1c7;
}
.billowing-clouds {
color: #d8dfe4;
}
.mystic-tulip {
color: #f9b39f;
}
.war-paint-red {
color: #d74f19;
}
/* CSS Variables */
:root {
--steel-teal:#5e8d8a;
--ocean-kiss:#a3c1c7;
--billowing-clouds:#d8dfe4;
--mystic-tulip:#f9b39f;
--war-paint-red:#d74f19;
}