Curly Mouthwashing Color Palette

Discover the beautiful Curly Mouthwashing color palette featuring tulip tree (#f3a83f), casablanca (#f5b85c), marzipan (#f7d7a1), wedgewood (#497b9c) and san juan (#2a4f6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Fun, Orange, Summer, 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 Curly Mouthwashing palette

Share this palette to:

💻 Curly Mouthwashing color palette CSS

/* CSS */
.color-1 {
color: #f3a83f;
}
.color-2 {
color: #f5b85c;
}
.color-3 {
color: #f7d7a1;
}
.color-4 {
color: #497b9c;
}
.color-5 {
color: #2a4f6f;
}

/* CSS Variables */
:root {
--color-1: #f3a83f;
--color-2: #f5b85c;
--color-3: #f7d7a1;
--color-4: #497b9c;
--color-5: #2a4f6f;
}

🌈 Curly Mouthwashing background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a83f, #f5b85c, #f7d7a1, #497b9c, #2a4f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a83f, #f5b85c, #f7d7a1, #497b9c, #2a4f6f);
}

Curly Mouthwashing color palette created on .