Color names in this palette
CSS code for this palette
/* CSS */
.khaki {
color: #c3b192;
}
.ungor-beige {
color: #d8a869;
}
.sunrise {
color: #f0c17a;
}
.buttery-croissant {
color: #f3e49b;
}
.guava-juice {
color: #f6b492;
}
/* CSS Variables */
:root {
--khaki:#c3b192;
--ungor-beige:#d8a869;
--sunrise:#f0c17a;
--buttery-croissant:#f3e49b;
--guava-juice:#f6b492;
}