Color names in this palette
CSS code for this palette
/* CSS */
.ninjin-orange {
color: #e4a66c;
}
.citrus-sachet {
color: #f1c6a7;
}
.trapunto {
color: #f6e8b6;
}
.smooth-satin {
color: #a3d7d4;
}
.coastal-calm {
color: #508d95;
}
/* CSS Variables */
:root {
--ninjin-orange:#e4a66c;
--citrus-sachet:#f1c6a7;
--trapunto:#f6e8b6;
--smooth-satin:#a3d7d4;
--coastal-calm:#508d95;
}