Crimson Experimentation Color Palette

Discover the beautiful Crimson Experimentation color palette featuring alizarin crimson (#d62b1f), terracotta (#e7635a), sandy brown (#f4a462), sidecar (#f1e6b7) and affair (#6e4d7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Crimson, Flower, Fun, Summer 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 Crimson Experimentation palette

Share this palette to:

💻 Crimson Experimentation color palette CSS

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #e7635a;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f1e6b7;
}
.color-5 {
color: #6e4d7a;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #e7635a;
--color-3: #f4a462;
--color-4: #f1e6b7;
--color-5: #6e4d7a;
}

🌈 Crimson Experimentation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #e7635a, #f4a462, #f1e6b7, #6e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #e7635a, #f4a462, #f1e6b7, #6e4d7a);
}

Crimson Experimentation color palette created on .