Falcon's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Falcon's Embrace palette
Falcon's Embrace color palette CSS
/* CSS */
.color-1 {
color: #c7b299;
}
.color-2 {
color: #b47b50;
}
.color-3 {
color: #8f5a3d;
}
.color-4 {
color: #5c3b28;
}
.color-5 {
color: #3e2d2d;
}
/* CSS Variables */
:root {
--color-1: #c7b299;
--color-2: #b47b50;
--color-3: #8f5a3d;
--color-4: #5c3b28;
--color-5: #3e2d2d;
}
Falcon's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7b299, #b47b50, #8f5a3d, #5c3b28, #3e2d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7b299, #b47b50, #8f5a3d, #5c3b28, #3e2d2d);
}
Similar color palettes
Falcon's Embrace color palette created on .