Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.nature-apricot {
color: #ffb7a3;
}
.friendship {
color: #ffdac2;
}
.egg-yolk-sunrise {
color: #ffd60a;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--nature-apricot:#ffb7a3;
--friendship:#ffdac2;
--egg-yolk-sunrise:#ffd60a;
}