Furina Color Palette
Discover the beautiful Furina color palette featuring old lace (#fdf2e7), harvest gold (#e6b775), old gold (#d69f38), piper (#c66d24) and desert (#a64d21).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Furina palette
💻 Furina color palette CSS
/* CSS */
.color-1 {
color: #fdf2e7;
}
.color-2 {
color: #e6b775;
}
.color-3 {
color: #d69f38;
}
.color-4 {
color: #c66d24;
}
.color-5 {
color: #a64d21;
}
/* CSS Variables */
:root {
--color-1: #fdf2e7;
--color-2: #e6b775;
--color-3: #d69f38;
--color-4: #c66d24;
--color-5: #a64d21;
}
🌈 Furina background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf2e7, #e6b775, #d69f38, #c66d24, #a64d21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf2e7, #e6b775, #d69f38, #c66d24, #a64d21);
}
🔗 Explore similar color palettes
Furina color palette created on .