Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f6c8a2;
}
.first-date {
color: #f4b69f;
}
.violet-kiss {
color: #f4a4d4;
}
.gold-sand {
color: #f8e5aa;
}
.stella {
color: #f6cf5a;
}
/* CSS Variables */
:root {
--shrimp-toast:#f6c8a2;
--first-date:#f4b69f;
--violet-kiss:#f4a4d4;
--gold-sand:#f8e5aa;
--stella:#f6cf5a;
}