←Back to PalettesAll Palettes
Whimsical Afternoon Tea Blossom Color Palette
A charming blend of pastel hues reminiscent of a delightful afternoon tea party. This palette captures the essence of sweet confections, blooming flowers, and sunny gatherings, inviting warmth and joy with every glance. Each shade dances playfully, creating a serene yet vibrant atmosphere perfect for any creative venture.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.frangipane {
color: #f6d4b1;
}
.soft-cashmere {
color: #f1b6d7;
}
.rosy-outlook {
color: #f7aaa1;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.banana-ball {
color: #f3df72;
}
/* CSS Variables */
:root {
--frangipane:#f6d4b1;
--soft-cashmere:#f1b6d7;
--rosy-outlook:#f7aaa1;
--adonis-rose-yellow:#f0c24c;
--banana-ball:#f3df72;
}