Color names in this palette
CSS code for this palette
/* CSS */
.bare-pink {
color: #f3e0dd;
}
.rose-reminder {
color: #f6c1c5;
}
.pink-fit {
color: #f7a6ae;
}
.poppy-petal {
color: #f79e8d;
}
.corralize {
color: #f28b78;
}
/* CSS Variables */
:root {
--bare-pink:#f3e0dd;
--rose-reminder:#f6c1c5;
--pink-fit:#f7a6ae;
--poppy-petal:#f79e8d;
--corralize:#f28b78;
}