Frye Onaga Color Palette
Discover the beautiful Frye Onaga color palette featuring sunglo (#e2806e), cameo (#dab3a4), yuma (#cac37d), moss green (#a2d99b) and amulet (#7e9a79).
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 Frye Onaga palette
💻 Frye Onaga color palette CSS
/* CSS */
.color-1 {
color: #e2806e;
}
.color-2 {
color: #dab3a4;
}
.color-3 {
color: #cac37d;
}
.color-4 {
color: #a2d99b;
}
.color-5 {
color: #7e9a79;
}
/* CSS Variables */
:root {
--color-1: #e2806e;
--color-2: #dab3a4;
--color-3: #cac37d;
--color-4: #a2d99b;
--color-5: #7e9a79;
} 🌈 Frye Onaga background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2806e, #dab3a4, #cac37d, #a2d99b, #7e9a79);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2806e, #dab3a4, #cac37d, #a2d99b, #7e9a79);
} 🔗 Explore similar color palettes
Frye Onaga color palette created on .