June Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with June palette

Share this palette to:

June color palette PNG image

Download june color palette PNG image (landscape)
Download june color palette PNG image (square)

June color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f9e49f;
}
.color-3 {
color: #f1e1b1;
}
.color-4 {
color: #b3e0d1;
}
.color-5 {
color: #a1d3f7;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f9e49f;
--color-3: #f1e1b1;
--color-4: #b3e0d1;
--color-5: #a1d3f7;
}

June background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f9e49f, #f1e1b1, #b3e0d1, #a1d3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f9e49f, #f1e1b1, #b3e0d1, #a1d3f7);
}

June color palette created on .