Vic Fuentes Color Palette
Discover the beautiful Vic Fuentes color palette featuring froly (#f68491), rajah (#f5a180), manhattan (#f6b291), manhattan (#f6cd91) and golden dream (#f1d42e).
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 Vic Fuentes palette
๐ป Vic Fuentes color palette CSS
/* CSS */
.color-1 {
color: #f68491;
}
.color-2 {
color: #f5a180;
}
.color-3 {
color: #f6b291;
}
.color-4 {
color: #f6cd91;
}
.color-5 {
color: #f1d42e;
}
/* CSS Variables */
:root {
--color-1: #f68491;
--color-2: #f5a180;
--color-3: #f6b291;
--color-4: #f6cd91;
--color-5: #f1d42e;
} ๐ Vic Fuentes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f68491, #f5a180, #f6b291, #f6cd91, #f1d42e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f68491, #f5a180, #f6b291, #f6cd91, #f1d42e);
} ๐ Explore similar color palettes
Vic Fuentes color palette created on .