Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b7;
}
.shrimp-toast {
color: #f6c4a2;
}
.lemon-rose {
color: #f9e8ae;
}
.eerie-glow {
color: #a4dab8;
}
.jugendstil-turquoise {
color: #5e9c9b;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b7;
--shrimp-toast:#f6c4a2;
--lemon-rose:#f9e8ae;
--eerie-glow:#a4dab8;
--jugendstil-turquoise:#5e9c9b;
}