Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe7;
}
.pretty-pink-piggy {
color: #f3aad8;
}
.serene-pink {
color: #f5c7b7;
}
.blacksmith-fire {
color: #f6e655;
}
.t-morokoshi-yellow {
color: #f1c265;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe7;
--pretty-pink-piggy:#f3aad8;
--serene-pink:#f5c7b7;
--blacksmith-fire:#f6e655;
--t-morokoshi-yellow:#f1c265;
}