Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.deco-pink {
color: #f5c2ce;
}
.fancy-pink {
color: #f7e8e8;
}
.rivers-edge {
color: #b0d8d8;
}
.southern-belle {
color: #a5d9c1;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--deco-pink:#f5c2ce;
--fancy-pink:#f7e8e8;
--rivers-edge:#b0d8d8;
--southern-belle:#a5d9c1;
}