Sweet Brew Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Brew Harmony palette

Share this palette to:

Sweet Brew Harmony color palette CSS

/* CSS */
.color-1 {
color: #d19b6b;
}
.color-2 {
color: #a86b4d;
}
.color-3 {
color: #8c4b3b;
}
.color-4 {
color: #c39969;
}
.color-5 {
color: #e3c7b5;
}

/* CSS Variables */
:root {
--color-1: #d19b6b;
--color-2: #a86b4d;
--color-3: #8c4b3b;
--color-4: #c39969;
--color-5: #e3c7b5;
}

Sweet Brew Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d19b6b, #a86b4d, #8c4b3b, #c39969, #e3c7b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d19b6b, #a86b4d, #8c4b3b, #c39969, #e3c7b5);
}

Sweet Brew Harmony color palette created on .