Color names in this palette
CSS code for this palette
/* CSS */
.walnut-cream {
color: #f6d8b1;
}
.her-majesty {
color: #f7a1a5;
}
.cotton-candy-aesthetic {
color: #f3b4e0;
}
.azure-sky {
color: #b1e0f6;
}
.trapunto {
color: #f5e9b7;
}
/* CSS Variables */
:root {
--walnut-cream:#f6d8b1;
--her-majesty:#f7a1a5;
--cotton-candy-aesthetic:#f3b4e0;
--azure-sky:#b1e0f6;
--trapunto:#f5e9b7;
}