Color names in this palette
CSS code for this palette
/* CSS */
.whisper-of-plum {
color: #d0aee0;
}
.silver-rust {
color: #c6a6e3;
}
.heart-potion {
color: #a77bb2;
}
.rogue-pink {
color: #f7a6c4;
}
.dimple {
color: #f07f8e;
}
/* CSS Variables */
:root {
--whisper-of-plum:#d0aee0;
--silver-rust:#c6a6e3;
--heart-potion:#a77bb2;
--rogue-pink:#f7a6c4;
--dimple:#f07f8e;
}