Color names in this palette
CSS code for this palette
/* CSS */
.sugar-tooth {
color: #d590a4;
}
.sweet-lilac {
color: #eab8cd;
}
.hopeful {
color: #f4d2e2;
}
.shrimp-toast {
color: #f9c39f;
}
.rozowy-pink {
color: #f6a7b8;
}
/* CSS Variables */
:root {
--sugar-tooth:#d590a4;
--sweet-lilac:#eab8cd;
--hopeful:#f4d2e2;
--shrimp-toast:#f9c39f;
--rozowy-pink:#f6a7b8;
}