←Back to PalettesAll Palettes
Autumn Embrace Color Palette
A warm and inviting palette reminiscent of autumn's vibrant hues, featuring rich reds, soft oranges, and calming greens. Perfect for evoking feelings of comfort and nostalgia during the fall season.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-jelly {
color: #c94c26;
}
.shrimp-cocktail {
color: #f4a462;
}
.quilt-gold {
color: #e8c468;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
/* CSS Variables */
:root {
--peanut-butter-jelly:#c94c26;
--shrimp-cocktail:#f4a462;
--quilt-gold:#e8c468;
--azure-tide:#2a9d90;
--mallard:#274754;
}