Dark Red Bat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dark Red Bat palette
Dark Red Bat color palette CSS
/* CSS */
.color-1 {
color: #492c2e;
}
.color-2 {
color: #7d4a4e;
}
.color-3 {
color: #a87171;
}
.color-4 {
color: #d9a6a7;
}
.color-5 {
color: #f2c4c5;
}
/* CSS Variables */
:root {
--color-1: #492c2e;
--color-2: #7d4a4e;
--color-3: #a87171;
--color-4: #d9a6a7;
--color-5: #f2c4c5;
}
Dark Red Bat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c2e, #7d4a4e, #a87171, #d9a6a7, #f2c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c2e, #7d4a4e, #a87171, #d9a6a7, #f2c4c5);
}
Similar color palettes
Dark Red Bat color palette created on .