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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Crimson Experimentation color palette created on .