Bounded Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bounded Blossoms palette

Share this palette to:

Bounded Blossoms color palette CSS

/* CSS */
.color-1 {
color: #e1b5a3;
}
.color-2 {
color: #d56948;
}
.color-3 {
color: #c84f37;
}
.color-4 {
color: #8f2d3c;
}
.color-5 {
color: #4a1c24;
}

/* CSS Variables */
:root {
--color-1: #e1b5a3;
--color-2: #d56948;
--color-3: #c84f37;
--color-4: #8f2d3c;
--color-5: #4a1c24;
}

Bounded Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b5a3, #d56948, #c84f37, #8f2d3c, #4a1c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b5a3, #d56948, #c84f37, #8f2d3c, #4a1c24);
}

Bounded Blossoms color palette created on .