Color names in this palette
CSS code for this palette
/* CSS */
.mauve {
color: #e0b3ff;
}
.ice-cold-stare {
color: #b3d1ff;
}
.botanical-tint {
color: #a5e3d1;
}
.peach-of-mind {
color: #ffe3b3;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--mauve:#e0b3ff;
--ice-cold-stare:#b3d1ff;
--botanical-tint:#a5e3d1;
--peach-of-mind:#ffe3b3;
--grapefruit-pulp:#ff6e61;
}