Color names in this palette
CSS code for this palette
/* CSS */
.shilo {
color: #e7b2a6;
}
.tan-temptation {
color: #f0c09e;
}
.enjoyable-yellow {
color: #f4d7a9;
}
.ode-to-green {
color: #b8e5d7;
}
.tranquil-aqua {
color: #7a9a9f;
}
/* CSS Variables */
:root {
--shilo:#e7b2a6;
--tan-temptation:#f0c09e;
--enjoyable-yellow:#f4d7a9;
--ode-to-green:#b8e5d7;
--tranquil-aqua:#7a9a9f;
}