Color names in this palette
CSS code for this palette
/* CSS */
.purple-orchid {
color: #a84d89;
}
.sprinkled-with-pink {
color: #e6a3ae;
}
.pekin-chicken {
color: #f5d1a8;
}
.risotto {
color: #f7f4e9;
}
.bluette {
color: #9fc1d6;
}
/* CSS Variables */
:root {
--purple-orchid:#a84d89;
--sprinkled-with-pink:#e6a3ae;
--pekin-chicken:#f5d1a8;
--risotto:#f7f4e9;
--bluette:#9fc1d6;
}