Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f2c0c5;
}
.iced-vovo {
color: #e2a6b4;
}
.tongue {
color: #d48c8f;
}
.first-lady {
color: #c67b6c;
}
.mojave-sunset {
color: #aa6c55;
}
/* CSS Variables */
:root {
--rose-reminder:#f2c0c5;
--iced-vovo:#e2a6b4;
--tongue:#d48c8f;
--first-lady:#c67b6c;
--mojave-sunset:#aa6c55;
}