Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #f74b8a;
}
.embarrassed {
color: #f6799b;
}
.pink-fit {
color: #f6a2b3;
}
.pale-petunia {
color: #f6c1c9;
}
.wishy-washy-lilies {
color: #f6dfe5;
}
/* CSS Variables */
:root {
--french-rose:#f74b8a;
--embarrassed:#f6799b;
--pink-fit:#f6a2b3;
--pale-petunia:#f6c1c9;
--wishy-washy-lilies:#f6dfe5;
}