Discover the beautiful Inkblot Dreams color palette featuring neon carrot (#f99f3e), carnation (#f45b4e), cerise (#d5398c), eminence (#6a2c90) and san marino (#4c6db8).

Inkblot Dreams Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Inkblot Dreams palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Inkblot Dreams palette

Share this palette to:

💻 Inkblot Dreams color palette CSS

/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f45b4e;
}
.color-3 {
color: #d5398c;
}
.color-4 {
color: #6a2c90;
}
.color-5 {
color: #4c6db8;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f45b4e;
--color-3: #d5398c;
--color-4: #6a2c90;
--color-5: #4c6db8;
}

🌈 Inkblot Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f45b4e, #d5398c, #6a2c90, #4c6db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f45b4e, #d5398c, #6a2c90, #4c6db8);
}

Inkblot Dreams color palette created on .