Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.prominent-pink {
color: #d798c6;
}
.little-bow-pink {
color: #d6809b;
}
.i-pink-i-can {
color: #d27f8d;
}
.love-lord {
color: #c5497b;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--prominent-pink:#d798c6;
--little-bow-pink:#d6809b;
--i-pink-i-can:#d27f8d;
--love-lord:#c5497b;
}