Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d3a1b9;
}
.tinted-rosewood {
color: #e1c7d1;
}
.cute-little-pink {
color: #f4e1e1;
}
.celadon-sorbet {
color: #b2d7c6;
}
.high-style {
color: #a7b4d7;
}
/* CSS Variables */
:root {
--gizmo:#d3a1b9;
--tinted-rosewood:#e1c7d1;
--cute-little-pink:#f4e1e1;
--celadon-sorbet:#b2d7c6;
--high-style:#a7b4d7;
}