Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d8;
}
.peach-damask {
color: #f7c5a6;
}
.banana-br-l-e {
color: #f9eab9;
}
.natural-youth {
color: #d9e6b2;
}
.ocean-kiss {
color: #a4c6c5;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d8;
--peach-damask:#f7c5a6;
--banana-br-l-e:#f9eab9;
--natural-youth:#d9e6b2;
--ocean-kiss:#a4c6c5;
}