Color names in this palette
CSS code for this palette
/* CSS */
.fading-sunset {
color: #b2b3c2;
}
.great-falls {
color: #a1a5af;
}
.periwinkle-dusk {
color: #8f9cb3;
}
.eugenia {
color: #f2e7d4;
}
.casual-khaki {
color: #d4c7af;
}
/* CSS Variables */
:root {
--fading-sunset:#b2b3c2;
--great-falls:#a1a5af;
--periwinkle-dusk:#8f9cb3;
--eugenia:#f2e7d4;
--casual-khaki:#d4c7af;
}