Color names in this palette
CSS code for this palette
/* CSS */
.premium-pink {
color: #e6b3bf;
}
.hopeful {
color: #f4d2e1;
}
.delicate-rose {
color: #f6e1d5;
}
.apricot-jam {
color: #f2a76e;
}
.cranberry-splash {
color: #d75065;
}
/* CSS Variables */
:root {
--premium-pink:#e6b3bf;
--hopeful:#f4d2e1;
--delicate-rose:#f6e1d5;
--apricot-jam:#f2a76e;
--cranberry-splash:#d75065;
}