Terrifying Stone Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Terrifying Stone Red palette
Terrifying Stone Red color palette CSS
/* CSS */
.color-1 {
color: #6a4e4e;
}
.color-2 {
color: #c1b69f;
}
.color-3 {
color: #f1e3c6;
}
.color-4 {
color: #e4a677;
}
.color-5 {
color: #d0543e;
}
/* CSS Variables */
:root {
--color-1: #6a4e4e;
--color-2: #c1b69f;
--color-3: #f1e3c6;
--color-4: #e4a677;
--color-5: #d0543e;
}
Terrifying Stone Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4e4e, #c1b69f, #f1e3c6, #e4a677, #d0543e);
}
Similar color palettes
Terrifying Stone Red color palette created on .