Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c6a6;
}
.rozowy-pink {
color: #f2a6b8;
}
.pineapple-delight {
color: #f0e7a8;
}
.southern-belle {
color: #a7d7c2;
}
.candy-dreams {
color: #e7b5f2;
}
/* CSS Variables */
:root {
--peach-damask:#f7c6a6;
--rozowy-pink:#f2a6b8;
--pineapple-delight:#f0e7a8;
--southern-belle:#a7d7c2;
--candy-dreams:#e7b5f2;
}