Color names in this palette
CSS code for this palette
/* CSS */
.berry-rossi {
color: #971c47;
}
.indian-pink {
color: #b15d78;
}
.pimlico {
color: #e09a9d;
}
.almond-cream {
color: #f4c29f;
}
.cashmere-sweater {
color: #fef2d2;
}
/* CSS Variables */
:root {
--berry-rossi:#971c47;
--indian-pink:#b15d78;
--pimlico:#e09a9d;
--almond-cream:#f4c29f;
--cashmere-sweater:#fef2d2;
}