Color names in this palette
CSS code for this palette
/* CSS */
.rose-bud {
color: #b35b9d;
}
.morning-marmalade {
color: #f08b66;
}
.bergamot-orange {
color: #f2a15a;
}
.banana-yogurt {
color: #f9e8b4;
}
.distant-shore {
color: #c0d7e3;
}
/* CSS Variables */
:root {
--rose-bud:#b35b9d;
--morning-marmalade:#f08b66;
--bergamot-orange:#f2a15a;
--banana-yogurt:#f9e8b4;
--distant-shore:#c0d7e3;
}