Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d6aee0;
}
.bellini-fizz {
color: #f4cc90;
}
.coral-correlation {
color: #ffab8f;
}
.candy-heart-pink {
color: #f6a2a2;
}
.blackberry-yogurt {
color: #e4b9e1;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d6aee0;
--bellini-fizz:#f4cc90;
--coral-correlation:#ffab8f;
--candy-heart-pink:#f6a2a2;
--blackberry-yogurt:#e4b9e1;
}