Color names in this palette
CSS code for this palette
/* CSS */
.saffron {
color: #f4c32f;
}
.bubblegum-pink {
color: #f7b1b8;
}
.french-bustle {
color: #f3d5d3;
}
.herb-robert {
color: #d9a4e0;
}
.blue-electress {
color: #6d9fd5;
}
/* CSS Variables */
:root {
--saffron:#f4c32f;
--bubblegum-pink:#f7b1b8;
--french-bustle:#f3d5d3;
--herb-robert:#d9a4e0;
--blue-electress:#6d9fd5;
}