Color names in this palette
CSS code for this palette
/* CSS */
.grey-agate {
color: #a5b1c0;
}
.madder-blue {
color: #b3b3d0;
}
.brown-mouse {
color: #d9cbb4;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.king-crimson {
color: #c94a4a;
}
/* CSS Variables */
:root {
--grey-agate:#a5b1c0;
--madder-blue:#b3b3d0;
--brown-mouse:#d9cbb4;
--la-vie-en-rose:#d4a5a5;
--king-crimson:#c94a4a;
}