Color names in this palette
CSS code for this palette
/* CSS */
.frangipane {
color: #f3d5b4;
}
.princess {
color: #f1a7b2;
}
.qing-yellow {
color: #ffcc66;
}
.lavender-rose {
color: #f6a2e1;
}
.periwinkle {
color: #8c7aff;
}
/* CSS Variables */
:root {
--frangipane:#f3d5b4;
--princess:#f1a7b2;
--qing-yellow:#ffcc66;
--lavender-rose:#f6a2e1;
--periwinkle:#8c7aff;
}