Color names in this palette
CSS code for this palette
/* CSS */
.crocus-tint {
color: #fff0c7;
}
.honey-tone {
color: #f7dc9c;
}
.english-red {
color: #a94c55;
}
.simple-pink {
color: #f5a3ae;
}
.love-red {
color: #ff4d6d;
}
/* CSS Variables */
:root {
--crocus-tint:#fff0c7;
--honey-tone:#f7dc9c;
--english-red:#a94c55;
--simple-pink:#f5a3ae;
--love-red:#ff4d6d;
}