Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.first-date {
color: #f7afa1;
}
.blush {
color: #f4a090;
}
.florida-sunrise {
color: #f4a76c;
}
.salmon-eggs {
color: #f4d15d;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--first-date:#f7afa1;
--blush:#f4a090;
--florida-sunrise:#f4a76c;
--salmon-eggs:#f4d15d;
}