Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.pastel-strawberry {
color: #ef4d4d;
}
.florentine-lapis {
color: #1c5a9b;
}
.shoe-wax {
color: #2b2b2b;
}
.steel {
color: #7a7a7a;
}
/* CSS Variables */
:root {
--white:#ffffff;
--pastel-strawberry:#ef4d4d;
--florentine-lapis:#1c5a9b;
--shoe-wax:#2b2b2b;
--steel:#7a7a7a;
}