Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.light-steel-blue {
color: #b0c4de;
}
.lavender-blush {
color: #fff0f5;
}
.f-n-h-ng-pink {
color: #ff6bb5;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--light-steel-blue:#b0c4de;
--lavender-blush:#fff0f5;
--f-n-h-ng-pink:#ff6bb5;
--matt-pink:#ffb8c1;
}