Color names in this palette
CSS code for this palette
/* CSS */
.gizmo {
color: #d6a4b9;
}
.carnation-bouquet {
color: #f1c1d2;
}
.poetic-princess {
color: #f9e1e5;
}
.cashmere-sweater {
color: #fef2d2;
}
.butter-cupcake {
color: #fddc9b;
}
/* CSS Variables */
:root {
--gizmo:#d6a4b9;
--carnation-bouquet:#f1c1d2;
--poetic-princess:#f9e1e5;
--cashmere-sweater:#fef2d2;
--butter-cupcake:#fddc9b;
}