Paleta de colores Brick and Auburn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brick and Auburn palette
Imagen PNG de la paleta de colores Brick and Auburn
CSS de la paleta de colores Brick and Auburn
/* CSS */
.color-1 {
color: #8c4c3b;
}
.color-2 {
color: #c55e44;
}
.color-3 {
color: #d99c6d;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #a55b3b;
}
/* CSS Variables */
:root {
--color-1: #8c4c3b;
--color-2: #c55e44;
--color-3: #d99c6d;
--color-4: #f1c84b;
--color-5: #a55b3b;
}
CSS del degradado de fondo Brick and Auburn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4c3b, #c55e44, #d99c6d, #f1c84b, #a55b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4c3b, #c55e44, #d99c6d, #f1c84b, #a55b3b);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores colors.brick
Brick and Auburn color palette created on .