Color names in this palette
CSS code for this palette
/* CSS */
.royal-heath {
color: #b84c77;
}
.gizmo {
color: #d8a2b9;
}
.cinnamon-milk {
color: #e9dbb4;
}
.french-market {
color: #a4c3a2;
}
.wintergreen-shadow {
color: #4b9b7f;
}
/* CSS Variables */
:root {
--royal-heath:#b84c77;
--gizmo:#d8a2b9;
--cinnamon-milk:#e9dbb4;
--french-market:#a4c3a2;
--wintergreen-shadow:#4b9b7f;
}