Color names in this palette
CSS code for this palette
/* CSS */
.soft-cashmere {
color: #f3b4d6;
}
.chai-latte {
color: #f9c99f;
}
.trapunto {
color: #f6eab6;
}
.flowering-cactus {
color: #a1d9c0;
}
.greek-sea {
color: #79a1e6;
}
/* CSS Variables */
:root {
--soft-cashmere:#f3b4d6;
--chai-latte:#f9c99f;
--trapunto:#f6eab6;
--flowering-cactus:#a1d9c0;
--greek-sea:#79a1e6;
}