Color names in this palette
CSS code for this palette
/* CSS */
.silky-pink {
color: #ffdbf4;
}
.lavender-candy {
color: #f6b1d8;
}
.begonia-pink {
color: #f099c0;
}
.high-maintenance {
color: #d68ab2;
}
.rose-bud {
color: #b65d9d;
}
/* CSS Variables */
:root {
--silky-pink:#ffdbf4;
--lavender-candy:#f6b1d8;
--begonia-pink:#f099c0;
--high-maintenance:#d68ab2;
--rose-bud:#b65d9d;
}