Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f3a5b7;
}
.peach-damask {
color: #f7c6a6;
}
.yeast {
color: #fbe2ac;
}
.limited-lime {
color: #e9eab8;
}
.security {
color: #d5e2c5;
}
/* CSS Variables */
:root {
--rozowy-pink:#f3a5b7;
--peach-damask:#f7c6a6;
--yeast:#fbe2ac;
--limited-lime:#e9eab8;
--security:#d5e2c5;
}