Color names in this palette
CSS code for this palette
/* CSS */
.bistro-pink {
color: #e1b7b7;
}
.la-vie-en-rose {
color: #d4a5a1;
}
.artifact {
color: #c79e8a;
}
.stepping-stones {
color: #b2a18a;
}
.foggy-sunrise {
color: #a89c8f;
}
/* CSS Variables */
:root {
--bistro-pink:#e1b7b7;
--la-vie-en-rose:#d4a5a1;
--artifact:#c79e8a;
--stepping-stones:#b2a18a;
--foggy-sunrise:#a89c8f;
}