Color names in this palette
CSS code for this palette
/* CSS */
.chamois-cloth {
color: #f0e1d0;
}
.foggy-love {
color: #d5c9e8;
}
.island-light {
color: #a6c7e8;
}
.oregon-blue {
color: #498dda;
}
.zirconia-teal {
color: #2a7e7e;
}
/* CSS Variables */
:root {
--chamois-cloth:#f0e1d0;
--foggy-love:#d5c9e8;
--island-light:#a6c7e8;
--oregon-blue:#498dda;
--zirconia-teal:#2a7e7e;
}