Owl's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Owl's Embrace palette

Share this palette to:

Owl's Embrace color palette CSS

/* CSS */
.color-1 {
color: #7e5c3e;
}
.color-2 {
color: #be8b5b;
}
.color-3 {
color: #e6b97a;
}
.color-4 {
color: #f8d6a0;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #7e5c3e;
--color-2: #be8b5b;
--color-3: #e6b97a;
--color-4: #f8d6a0;
--color-5: #f4e2c3;
}

Owl's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3e, #be8b5b, #e6b97a, #f8d6a0, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3e, #be8b5b, #e6b97a, #f8d6a0, #f4e2c3);
}

Owl's Embrace color palette created on .