Nicole Color Palette

Discover the beautiful Nicole color palette featuring rose bud (#f7a1a1), cream can (#f4d04e), sinbad (#a8d7d7), gothic (#6c8f9d) and ronchi (#f1c84b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Fun, Light, Ocean, Peach, Spring, Teal, Yellow 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 Nicole palette

Share this palette to:

💻 Nicole color palette CSS

/* CSS */
.color-1 {
color: #f7a1a1;
}
.color-2 {
color: #f4d04e;
}
.color-3 {
color: #a8d7d7;
}
.color-4 {
color: #6c8f9d;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #f7a1a1;
--color-2: #f4d04e;
--color-3: #a8d7d7;
--color-4: #6c8f9d;
--color-5: #f1c84b;
}

🌈 Nicole background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a1, #f4d04e, #a8d7d7, #6c8f9d, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a1, #f4d04e, #a8d7d7, #6c8f9d, #f1c84b);
}

Nicole color palette created on .