Color names in this palette
CSS code for this palette
/* CSS */
.rose-bud {
color: #b65d99;
}
.prettiest-pink {
color: #e6a2c3;
}
.in-the-pink {
color: #f4c3cf;
}
.banana-mania {
color: #fae6b2;
}
.algerian-coral {
color: #f75c4b;
}
/* CSS Variables */
:root {
--rose-bud:#b65d99;
--prettiest-pink:#e6a2c3;
--in-the-pink:#f4c3cf;
--banana-mania:#fae6b2;
--algerian-coral:#f75c4b;
}