Color names in this palette
CSS code for this palette
/* CSS */
.pretty-in-pink {
color: #f6bbe6;
}
.scalloped-oak {
color: #f3d0a0;
}
.romantic-morning {
color: #e1b7e1;
}
.icy-landscape {
color: #c3e4f4;
}
.bellini {
color: #f5cab2;
}
/* CSS Variables */
:root {
--pretty-in-pink:#f6bbe6;
--scalloped-oak:#f3d0a0;
--romantic-morning:#e1b7e1;
--icy-landscape:#c3e4f4;
--bellini:#f5cab2;
}