Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom {
color: #f4c3d5;
}
.precious-pink {
color: #f7b1b4;
}
.satin-latour {
color: #f9d7ae;
}
.spaghetti {
color: #fef99f;
}
.lime-bright {
color: #f1e3b1;
}
/* CSS Variables */
:root {
--cherry-blossom:#f4c3d5;
--precious-pink:#f7b1b4;
--satin-latour:#f9d7ae;
--spaghetti:#fef99f;
--lime-bright:#f1e3b1;
}