June Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with June Blossoms palette

Share this palette to:

June Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #f9a85d;
}
.color-3 {
color: #f5c484;
}
.color-4 {
color: #f0d1b2;
}
.color-5 {
color: #d3b3e6;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f9a85d;
--color-3: #f5c484;
--color-4: #f0d1b2;
--color-5: #d3b3e6;
}

June Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f9a85d, #f5c484, #f0d1b2, #d3b3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f9a85d, #f5c484, #f0d1b2, #d3b3e6);
}

June Blossoms color palette created on .