Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f2a6c7;
}
.bleached-apricot {
color: #f8c7aa;
}
.martica {
color: #f3e4b9;
}
.mint-parfait {
color: #b6e7b9;
}
.light-budgie-blue {
color: #a0d5e9;
}
/* CSS Variables */
:root {
--rose-mallow:#f2a6c7;
--bleached-apricot:#f8c7aa;
--martica:#f3e4b9;
--mint-parfait:#b6e7b9;
--light-budgie-blue:#a0d5e9;
}