Color names in this palette
CSS code for this palette
/* CSS */
.seacrest {
color: #b6c8a7;
}
.afghan-hound {
color: #e2d6b6;
}
.cupcake-rose {
color: #e6c8b7;
}
.insightful-rose {
color: #cab3aa;
}
.orange-flambe {
color: #a76d58;
}
/* CSS Variables */
:root {
--seacrest:#b6c8a7;
--afghan-hound:#e2d6b6;
--cupcake-rose:#e6c8b7;
--insightful-rose:#cab3aa;
--orange-flambe:#a76d58;
}