Color names in this palette
CSS code for this palette
/* CSS */
.cheviot {
color: #f7f3e9;
}
.aragonite {
color: #e3e1d4;
}
.willow-tree-mouse {
color: #c8d5b9;
}
.french-market {
color: #a4c6a5;
}
.periwinkle-sky {
color: #8cb8d9;
}
/* CSS Variables */
:root {
--cheviot:#f7f3e9;
--aragonite:#e3e1d4;
--willow-tree-mouse:#c8d5b9;
--french-market:#a4c6a5;
--periwinkle-sky:#8cb8d9;
}