Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.blushing-senorita {
color: #f4c8ca;
}
.touch-of-topaz {
color: #f7e4cf;
}
.sun-dust {
color: #f9e0a4;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--blushing-senorita:#f4c8ca;
--touch-of-topaz:#f7e4cf;
--sun-dust:#f9e0a4;
--blue-angels-yellow:#fab700;
}