Color names in this palette
CSS code for this palette
/* CSS */
.prayer-flag {
color: #d19b6b;
}
.terra-sol {
color: #e6b57a;
}
.sheer-apricot {
color: #f2c79c;
}
.sandy-bay {
color: #f9d9b4;
}
.budder-skin {
color: #fce3c5;
}
/* CSS Variables */
:root {
--prayer-flag:#d19b6b;
--terra-sol:#e6b57a;
--sheer-apricot:#f2c79c;
--sandy-bay:#f9d9b4;
--budder-skin:#fce3c5;
}