Sweet Summer Treats Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Summer Treats palette

Share this palette to:

Sweet Summer Treats color palette CSS

/* CSS */
.color-1 {
color: #f9a9f4;
}
.color-2 {
color: #f3c8f4;
}
.color-3 {
color: #edddee;
}
.color-4 {
color: #a8eafa;
}
.color-5 {
color: #eab8c4;
}

/* CSS Variables */
:root {
--color-1: #f9a9f4;
--color-2: #f3c8f4;
--color-3: #edddee;
--color-4: #a8eafa;
--color-5: #eab8c4;
}

Sweet Summer Treats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9f4, #f3c8f4, #edddee, #a8eafa, #eab8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9f4, #f3c8f4, #edddee, #a8eafa, #eab8c4);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Sweet Summer Treats color palette created on .