Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.english-rose {
color: #f6c6c6;
}
.naive-peach {
color: #fce7d4;
}
.gentle-glow {
color: #f8e4b9;
}
.pink-mimosa {
color: #f4b6a9;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--english-rose:#f6c6c6;
--naive-peach:#fce7d4;
--gentle-glow:#f8e4b9;
--pink-mimosa:#f4b6a9;
}