Gryffon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gryffon palette
Color Inspiration
Images that showcase this color palette in real designs
Download Gryffon Color Palette (PNG)
Gryffon color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ff6600;
}
.color-4 {
color: #cc3300;
}
.color-5 {
color: #990000;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff9900;
--color-3: #ff6600;
--color-4: #cc3300;
--color-5: #990000;
}
Gryffon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff9900, #ff6600, #cc3300, #990000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff9900, #ff6600, #cc3300, #990000);
}
Similar color palettes
Gryffon color palette created on .