Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f7e2b0;
}
.citrus-sachet {
color: #f1c7a7;
}
.princess {
color: #efa4b4;
}
.wewak {
color: #f28c98;
}
.grapefruit-juice {
color: #ec6f8c;
}
/* CSS Variables */
:root {
--friendly-yellow:#f7e2b0;
--citrus-sachet:#f1c7a7;
--princess:#efa4b4;
--wewak:#f28c98;
--grapefruit-juice:#ec6f8c;
}