Color names in this palette
CSS code for this palette
/* CSS */
.delicate-brown {
color: #a68c8c;
}
.centennial-rose {
color: #b5a6a6;
}
.fairview-taupe {
color: #d8c5c5;
}
.reduced-pink {
color: #f6e4e4;
}
.red-remains {
color: #ffe0e0;
}
/* CSS Variables */
:root {
--delicate-brown:#a68c8c;
--centennial-rose:#b5a6a6;
--fairview-taupe:#d8c5c5;
--reduced-pink:#f6e4e4;
--red-remains:#ffe0e0;
}