Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f6d4c1;
}
.first-date {
color: #f2b2a1;
}
.salmon-salt {
color: #e89a8d;
}
.masoho-red {
color: #d57d6c;
}
.fuzzy-wuzzy-brown {
color: #c35955;
}
/* CSS Variables */
:root {
--dreamsicle:#f6d4c1;
--first-date:#f2b2a1;
--salmon-salt:#e89a8d;
--masoho-red:#d57d6c;
--fuzzy-wuzzy-brown:#c35955;
}