Color names in this palette
CSS code for this palette
/* CSS */
.port-wine {
color: #6a0c0c;
}
.king-crimson {
color: #c34b4b;
}
.all-dressed-up {
color: #e89c9c;
}
.sunday-best {
color: #f9c8c8;
}
.french-bustle {
color: #f3d3d3;
}
/* CSS Variables */
:root {
--port-wine:#6a0c0c;
--king-crimson:#c34b4b;
--all-dressed-up:#e89c9c;
--sunday-best:#f9c8c8;
--french-bustle:#f3d3d3;
}