Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.rose-linen {
color: #e9b29f;
}
.amber-moon {
color: #f1d1a7;
}
.compatible-cream {
color: #e7c99c;
}
.blushing-sky {
color: #d8b4d9;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--rose-linen:#e9b29f;
--amber-moon:#f1d1a7;
--compatible-cream:#e7c99c;
--blushing-sky:#d8b4d9;
}