Color names in this palette
CSS code for this palette
/* CSS */
.sheer-rosebud {
color: #fee8e7;
}
.brilliant-beige {
color: #f2c5b5;
}
.salmon-slice {
color: #efae8a;
}
.blended-fruit {
color: #f9e5a4;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--sheer-rosebud:#fee8e7;
--brilliant-beige:#f2c5b5;
--salmon-slice:#efae8a;
--blended-fruit:#f9e5a4;
--solar-plexus-chakra:#f1c84b;
}