Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5f8c89;
}
.old-flame {
color: #f4b9b4;
}
.eyelash-viper {
color: #f3c049;
}
.lovely-little-rosy {
color: #e95d67;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--steel-teal:#5f8c89;
--old-flame:#f4b9b4;
--eyelash-viper:#f3c049;
--lovely-little-rosy:#e95d67;
--bleached-silk:#f2f2f2;
}