Beige and Crimson Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beige and Crimson palette
Beige and Crimson color palette PNG image
Beige and Crimson color palette CSS
/* CSS */
.color-1 {
color: #e6ca89;
}
.color-2 {
color: #d8a369;
}
.color-3 {
color: #c9584f;
}
.color-4 {
color: #b42c27;
}
.color-5 {
color: #950404;
}
/* CSS Variables */
:root {
--color-1: #e6ca89;
--color-2: #d8a369;
--color-3: #c9584f;
--color-4: #b42c27;
--color-5: #950404;
}
Beige and Crimson background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6ca89, #d8a369, #c9584f, #b42c27, #950404);
}
Similar color palettes
Beige and Crimson color palette created on .