Enchanted Owl Haven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Owl Haven palette

Share this palette to:

Enchanted Owl Haven color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #895b29;
}
.color-3 {
color: #a66d3a;
}
.color-4 {
color: #d9b48c;
}
.color-5 {
color: #e2d0c5;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #895b29;
--color-3: #a66d3a;
--color-4: #d9b48c;
--color-5: #e2d0c5;
}

Enchanted Owl Haven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #895b29, #a66d3a, #d9b48c, #e2d0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #895b29, #a66d3a, #d9b48c, #e2d0c5);
}

Enchanted Owl Haven color palette created on .