Color names in this palette
CSS code for this palette
/* CSS */
.guppy-violet {
color: #b05e82;
}
.rosewood-apricot {
color: #d69e9e;
}
.rose-aspect {
color: #f1c6c6;
}
.bright-moon {
color: #f6f1e4;
}
.shady-pink {
color: #c8a3b1;
}
/* CSS Variables */
:root {
--guppy-violet:#b05e82;
--rosewood-apricot:#d69e9e;
--rose-aspect:#f1c6c6;
--bright-moon:#f6f1e4;
--shady-pink:#c8a3b1;
}