Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f4a4b0;
}
.pink-bubble-tea {
color: #f9b9c3;
}
.ephemeral-peach {
color: #fce1d4;
}
.sandy-bay {
color: #f8d5b4;
}
.bleached-apricot {
color: #f8c7aa;
}
/* CSS Variables */
:root {
--pink-fit:#f4a4b0;
--pink-bubble-tea:#f9b9c3;
--ephemeral-peach:#fce1d4;
--sandy-bay:#f8d5b4;
--bleached-apricot:#f8c7aa;
}