Brewed Awakening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brewed Awakening palette

Share this palette to:

Brewed Awakening color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #dab98b;
}
.color-3 {
color: #f7e1b6;
}
.color-4 {
color: #e3b063;
}
.color-5 {
color: #2e3a2c;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #dab98b;
--color-3: #f7e1b6;
--color-4: #e3b063;
--color-5: #2e3a2c;
}

Brewed Awakening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #dab98b, #f7e1b6, #e3b063, #2e3a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #dab98b, #f7e1b6, #e3b063, #2e3a2c);
}

Brewed Awakening color palette created on .