Color names in this palette
CSS code for this palette
/* CSS */
.pretty-pink-piggy {
color: #f3a5d9;
}
.overtone {
color: #a6e3b4;
}
.caribbean-sunrise {
color: #f7daab;
}
.jordy-blue {
color: #7ca5df;
}
.tropical-violet {
color: #d4a8e1;
}
/* CSS Variables */
:root {
--pretty-pink-piggy:#f3a5d9;
--overtone:#a6e3b4;
--caribbean-sunrise:#f7daab;
--jordy-blue:#7ca5df;
--tropical-violet:#d4a8e1;
}