Color names in this palette
CSS code for this palette
/* CSS */
.reddish-pink {
color: #ff2e58;
}
.kisses-and-hugs {
color: #ff6b75;
}
.peach-pink {
color: #ff9d8a;
}
.georgia-on-my-mind {
color: #ffd1c7;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--reddish-pink:#ff2e58;
--kisses-and-hugs:#ff6b75;
--peach-pink:#ff9d8a;
--georgia-on-my-mind:#ffd1c7;
--misty-rose:#ffe3e0;
}