Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-amber {
color: #ffa08f;
}
.nature-apricot {
color: #ffbaa3;
}
.friendship {
color: #ffdac2;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-amber:#ffa08f;
--nature-apricot:#ffbaa3;
--friendship:#ffdac2;
--peach-cream:#ffefdb;
}