←Back to PalettesAll Palettes
Sunset Petals Color Palette
A delicate blend of pastel hues that captures the softness of flower petals bathed in the warm glow of a setting sun. This palette evokes the sweet tranquility of spring evenings with its gentle pinks, warm peach, and sunny yellows, perfect for creating a serene and uplifting ambiance.
0%
0%
0%
Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fdd4b4;
}
.hot-aquarelle-pink {
color: #f9b4e2;
}
.rainbow {
color: #f4bfbe;
}
.tamarack-yellow {
color: #f4df57;
}
.vandermint {
color: #a9e0e5;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fdd4b4;
--hot-aquarelle-pink:#f9b4e2;
--rainbow:#f4bfbe;
--tamarack-yellow:#f4df57;
--vandermint:#a9e0e5;
}