Royal Quill Garden Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Quill Garden palette

Share this palette to:

Royal Quill Garden color palette CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #d3a164;
}
.color-3 {
color: #f1e1a7;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #4b9b69;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #d3a164;
--color-3: #f1e1a7;
--color-4: #a7d7b8;
--color-5: #4b9b69;
}

Royal Quill Garden background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #d3a164, #f1e1a7, #a7d7b8, #4b9b69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #d3a164, #f1e1a7, #a7d7b8, #4b9b69);
}

Royal Quill Garden color palette created on .