Furina Color Palette

Discover the beautiful Furina color palette featuring dodger blue (#528bff), malibu (#7abaff), anakiwa (#adddff), tuft bush (#ffe3d1) and your pink (#ffbdbd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Pastel Orange 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 Furina palette

Share this palette to:

💻 Furina color palette CSS

/* CSS */
.color-1 {
color: #528bff;
}
.color-2 {
color: #7abaff;
}
.color-3 {
color: #adddff;
}
.color-4 {
color: #ffe3d1;
}
.color-5 {
color: #ffbdbd;
}

/* CSS Variables */
:root {
--color-1: #528bff;
--color-2: #7abaff;
--color-3: #adddff;
--color-4: #ffe3d1;
--color-5: #ffbdbd;
}

🌈 Furina background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #528bff, #7abaff, #adddff, #ffe3d1, #ffbdbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #528bff, #7abaff, #adddff, #ffe3d1, #ffbdbd);
}

Furina color palette created on .