Color names in this palette
CSS code for this palette
/* CSS */
.flowering-raspberry {
color: #a06a99;
}
.confectionary {
color: #d1b3d1;
}
.mission-courtyard {
color: #f2d2b5;
}
.deep-fried-sun-rays {
color: #f7c859;
}
.sizzling-sunset {
color: #e47d4e;
}
/* CSS Variables */
:root {
--flowering-raspberry:#a06a99;
--confectionary:#d1b3d1;
--mission-courtyard:#f2d2b5;
--deep-fried-sun-rays:#f7c859;
--sizzling-sunset:#e47d4e;
}