Caracal Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Caracal Dream palette

Share this palette to:

Caracal Dream color palette PNG image

Download caracal dream color palette PNG image (landscape)
Download caracal dream color palette PNG image (square)

Caracal Dream color palette CSS

/* CSS */
.color-1 {
color: #d88e5a;
}
.color-2 {
color: #ba6c3b;
}
.color-3 {
color: #c19f6c;
}
.color-4 {
color: #4d3d00;
}
.color-5 {
color: #7b4e23;
}

/* CSS Variables */
:root {
--color-1: #d88e5a;
--color-2: #ba6c3b;
--color-3: #c19f6c;
--color-4: #4d3d00;
--color-5: #7b4e23;
}

Caracal Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88e5a, #ba6c3b, #c19f6c, #4d3d00, #7b4e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88e5a, #ba6c3b, #c19f6c, #4d3d00, #7b4e23);
}

Caracal Dream color palette created on .