Anti-Clockwise Color Palette

Discover the beautiful Anti-Clockwise color palette featuring trendy pink (#805b8b), london hue (#b49cbf), snuff (#e2d6e6), manhattan (#f4c29f) and vivid tangerine (#fc997e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Purple, Pink, Soft, Bright, Modern, Spring, Fun 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 Anti-Clockwise palette

Share this palette to:

💻 Anti-Clockwise color palette CSS

/* CSS */
.color-1 {
color: #805b8b;
}
.color-2 {
color: #b49cbf;
}
.color-3 {
color: #e2d6e6;
}
.color-4 {
color: #f4c29f;
}
.color-5 {
color: #fc997e;
}

/* CSS Variables */
:root {
--color-1: #805b8b;
--color-2: #b49cbf;
--color-3: #e2d6e6;
--color-4: #f4c29f;
--color-5: #fc997e;
}

🌈 Anti-Clockwise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #805b8b, #b49cbf, #e2d6e6, #f4c29f, #fc997e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #805b8b, #b49cbf, #e2d6e6, #f4c29f, #fc997e);
}

Anti-Clockwise color palette created on .