Color names in this palette
CSS code for this palette
/* CSS */
.flowering-raspberry {
color: #a36c8f;
}
.rambling-rose {
color: #d68a9a;
}
.hydrangea-pink {
color: #e6b7c8;
}
.york-bisque {
color: #f1d9c6;
}
.river-clay {
color: #c6b4a9;
}
/* CSS Variables */
:root {
--flowering-raspberry:#a36c8f;
--rambling-rose:#d68a9a;
--hydrangea-pink:#e6b7c8;
--york-bisque:#f1d9c6;
--river-clay:#c6b4a9;
}