Root Beer Float Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Root Beer Float palette

Share this palette to:

Download Root Beer Float Color Palette (PNG)

Download root beer float color palette PNG image (landscape)
Download root beer float color palette PNG image (square)

Root Beer Float color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #e6d1b2;
}
.color-3 {
color: #ffe799;
}
.color-4 {
color: #d5c5a4;
}
.color-5 {
color: #a3593e;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #e6d1b2;
--color-3: #ffe799;
--color-4: #d5c5a4;
--color-5: #a3593e;
}

Root Beer Float background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #e6d1b2, #ffe799, #d5c5a4, #a3593e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #e6d1b2, #ffe799, #d5c5a4, #a3593e);
}

Root Beer Float color palette created on .