Vic Fuentes Color Palette

Discover the beautiful Vic Fuentes color palette featuring froly (#f68491), rajah (#f5a180), manhattan (#f6b492), manhattan (#f6ce92) and golden dream (#f0d32d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Apricot, Cream, Yellow, Warm, Bright, Soft, Spring, Summer color palettes and combinations.

💡 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 Vic Fuentes palette

Share this palette to:

💻 Vic Fuentes color palette CSS

/* CSS */
.color-1 {
color: #f68491;
}
.color-2 {
color: #f5a180;
}
.color-3 {
color: #f6b492;
}
.color-4 {
color: #f6ce92;
}
.color-5 {
color: #f0d32d;
}

/* CSS Variables */
:root {
--color-1: #f68491;
--color-2: #f5a180;
--color-3: #f6b492;
--color-4: #f6ce92;
--color-5: #f0d32d;
}

🌈 Vic Fuentes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f68491, #f5a180, #f6b492, #f6ce92, #f0d32d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f68491, #f5a180, #f6b492, #f6ce92, #f0d32d);
}

Vic Fuentes color palette created on .