Orange Valencia Color Palette

Discover the beautiful Orange Valencia color palette featuring we peep (#f2cbde), white pointer (#fbdbfd), white pointer (#fce5fe), wisp pink (#fef5fe) and mauve (#fab7fd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Pastel, Pink, Soft 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 Orange Valencia palette

Share this palette to:

💻 Orange Valencia color palette CSS

/* CSS */
.color-1 {
color: #f2cbde;
}
.color-2 {
color: #fbdbfd;
}
.color-3 {
color: #fce5fe;
}
.color-4 {
color: #fef5fe;
}
.color-5 {
color: #fab7fd;
}

/* CSS Variables */
:root {
--color-1: #f2cbde;
--color-2: #fbdbfd;
--color-3: #fce5fe;
--color-4: #fef5fe;
--color-5: #fab7fd;
}

🌈 Orange Valencia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cbde, #fbdbfd, #fce5fe, #fef5fe, #fab7fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cbde, #fbdbfd, #fce5fe, #fef5fe, #fab7fd);
}

Orange Valencia color palette created on .