Orange Booknook Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Booknook palette

Share this palette to:

Orange Booknook color palette CSS

/* CSS */
.color-1 {
color: #e8b64a;
}
.color-2 {
color: #f1c0a2;
}
.color-3 {
color: #f47f1f;
}
.color-4 {
color: #d98f4a;
}
.color-5 {
color: #a85e3e;
}

/* CSS Variables */
:root {
--color-1: #e8b64a;
--color-2: #f1c0a2;
--color-3: #f47f1f;
--color-4: #d98f4a;
--color-5: #a85e3e;
}

Orange Booknook background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8b64a, #f1c0a2, #f47f1f, #d98f4a, #a85e3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8b64a, #f1c0a2, #f47f1f, #d98f4a, #a85e3e);
}

Orange Booknook color palette created on .