Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f3a5b2;
}
.biscuit-cream {
color: #f9ccb4;
}
.durango-dust {
color: #fce2a1;
}
.french-pass {
color: #a3d3e0;
}
.kingfisher-turquoise {
color: #7db5b5;
}
/* CSS Variables */
:root {
--pink-fit:#f3a5b2;
--biscuit-cream:#f9ccb4;
--durango-dust:#fce2a1;
--french-pass:#a3d3e0;
--kingfisher-turquoise:#7db5b5;
}