Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.sweet-apricot {
color: #ffc0a3;
}
.sunkissed-yellow {
color: #ffeab8;
}
.vanilla-shake {
color: #fffbf0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--sweet-apricot:#ffc0a3;
--sunkissed-yellow:#ffeab8;
--vanilla-shake:#fffbf0;
}