Beauty in the Unexpected Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beauty in the Unexpected palette

Share this palette to:

Beauty in the Unexpected color palette CSS

/* CSS */
.color-1 {
color: #8c4f4f;
}
.color-2 {
color: #b78f8f;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9e7e7;
}
.color-5 {
color: #fcf8f8;
}

/* CSS Variables */
:root {
--color-1: #8c4f4f;
--color-2: #b78f8f;
--color-3: #f0c1c1;
--color-4: #f9e7e7;
--color-5: #fcf8f8;
}

Beauty in the Unexpected background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}

Similar color palettes

No palettes found

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

Beauty in the Unexpected color palette created on .