Color names in this palette
CSS code for this palette
/* CSS */
.festive-fennec {
color: #f95860;
}
.precious-pink {
color: #f6b6b7;
}
.milkshake-pink {
color: #f2cfd2;
}
.pink-tutu {
color: #fbe4e7;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--festive-fennec:#f95860;
--precious-pink:#f6b6b7;
--milkshake-pink:#f2cfd2;
--pink-tutu:#fbe4e7;
--distant-horizon:#f1f7f8;
}