Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #6a2a2a;
}
.dockside-red {
color: #7f3434;
}
.lover-s-kiss {
color: #903c3c;
}
.roof-terracotta {
color: #a24444;
}
.fuzzy-wuzzy-brown {
color: #c25656;
}
/* CSS Variables */
:root {
--sundried-tomato:#6a2a2a;
--dockside-red:#7f3434;
--lover-s-kiss:#903c3c;
--roof-terracotta:#a24444;
--fuzzy-wuzzy-brown:#c25656;
}