Gryphon's Roost Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gryphon's Roost palette

Share this palette to:

Gryphon's Roost color palette CSS

/* CSS */
.color-1 {
color: #f3d0a0;
}
.color-2 {
color: #c69f5d;
}
.color-3 {
color: #9d6b2a;
}
.color-4 {
color: #7c4f2d;
}
.color-5 {
color: #6e3d30;
}

/* CSS Variables */
:root {
--color-1: #f3d0a0;
--color-2: #c69f5d;
--color-3: #9d6b2a;
--color-4: #7c4f2d;
--color-5: #6e3d30;
}

Gryphon's Roost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d0a0, #c69f5d, #9d6b2a, #7c4f2d, #6e3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d0a0, #c69f5d, #9d6b2a, #7c4f2d, #6e3d30);
}

Gryphon's Roost color palette created on .