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 withCrimson, Bright, Fun, Flower, 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 .