Owl's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Owl's Embrace palette
Color Inspiration
Images that showcase this color palette in real designs
Download Owl's Embrace Color Palette (PNG)
Owl's Embrace color palette CSS
/* CSS */
.color-1 {
color: #e2b555;
}
.color-2 {
color: #c8a051;
}
.color-3 {
color: #ab643b;
}
.color-4 {
color: #8d4a30;
}
.color-5 {
color: #5a3b26;
}
/* CSS Variables */
:root {
--color-1: #e2b555;
--color-2: #c8a051;
--color-3: #ab643b;
--color-4: #8d4a30;
--color-5: #5a3b26;
}
Owl's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b555, #c8a051, #ab643b, #8d4a30, #5a3b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b555, #c8a051, #ab643b, #8d4a30, #5a3b26);
}
Similar color palettes
Owl's Embrace color palette created on .