Color names in this palette
CSS code for this palette
/* CSS */
.hamster-habitat {
color: #c6d7b2;
}
.springtime {
color: #e9e2b4;
}
.tequila {
color: #f4d1a4;
}
.mystic-tulip {
color: #f7b8a1;
}
.love-at-first-sight {
color: #e6a7b3;
}
/* CSS Variables */
:root {
--hamster-habitat:#c6d7b2;
--springtime:#e9e2b4;
--tequila:#f4d1a4;
--mystic-tulip:#f7b8a1;
--love-at-first-sight:#e6a7b3;
}