Color names in this palette
CSS code for this palette
/* CSS */
.satin-latour {
color: #f8d7af;
}
.first-date {
color: #f6b4a2;
}
.animated-coral {
color: #f28f7d;
}
.calypso-red {
color: #e06767;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--satin-latour:#f8d7af;
--first-date:#f6b4a2;
--animated-coral:#f28f7d;
--calypso-red:#e06767;
--chinese-dragon:#c94f4f;
}