Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f6c6e5;
}
.violet-kiss {
color: #f2a1d6;
}
.fugitive-flamingo {
color: #e85eaa;
}
.preppy-rose {
color: #d16190;
}
.our-little-secret {
color: #a84d77;
}
/* CSS Variables */
:root {
--rosy-nectar:#f6c6e5;
--violet-kiss:#f2a1d6;
--fugitive-flamingo:#e85eaa;
--preppy-rose:#d16190;
--our-little-secret:#a84d77;
}