Color names in this palette
CSS code for this palette
/* CSS */
.tom-thumb {
color: #4d6548;
}
.salvia {
color: #a8b39e;
}
.haystack {
color: #f1e3c6;
}
.mystic-tulip {
color: #f9b39f;
}
.childhood-crush {
color: #e16b6b;
}
/* CSS Variables */
:root {
--tom-thumb:#4d6548;
--salvia:#a8b39e;
--haystack:#f1e3c6;
--mystic-tulip:#f9b39f;
--childhood-crush:#e16b6b;
}