Color names in this palette
CSS code for this palette
/* CSS */
.romantic-morning {
color: #e1b7e1;
}
.little-sun-dress {
color: #f5cc5c;
}
.lusty-salmon {
color: #f0b1a3;
}
.bergamot-orange {
color: #f59e5b;
}
.early-july {
color: #a7e0ec;
}
/* CSS Variables */
:root {
--romantic-morning:#e1b7e1;
--little-sun-dress:#f5cc5c;
--lusty-salmon:#f0b1a3;
--bergamot-orange:#f59e5b;
--early-july:#a7e0ec;
}