Color names in this palette
CSS code for this palette
/* CSS */
.dawn {
color: #a19f91;
}
.paella-natural-white {
color: #e0d8c2;
}
.ballet-white {
color: #f2e6d9;
}
.sugar-rush-peach-pepper {
color: #d0b69a;
}
.lighthearted-rose {
color: #c6a4a9;
}
/* CSS Variables */
:root {
--dawn:#a19f91;
--paella-natural-white:#e0d8c2;
--ballet-white:#f2e6d9;
--sugar-rush-peach-pepper:#d0b69a;
--lighthearted-rose:#c6a4a9;
}