Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e6a3bf;
}
.splash {
color: #f0d69e;
}
.venetian-yellow {
color: #f8e2a0;
}
.shrimp-toast {
color: #f7c5a1;
}
.calabrese {
color: #f4a4a6;
}
/* CSS Variables */
:root {
--think-pink:#e6a3bf;
--splash:#f0d69e;
--venetian-yellow:#f8e2a0;
--shrimp-toast:#f7c5a1;
--calabrese:#f4a4a6;
}