Paleta de colores Crestfallen Cowboy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Crestfallen Cowboy palette
Imagen PNG de la paleta de colores Crestfallen Cowboy
CSS de la paleta de colores Crestfallen Cowboy
/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #9fb1c6;
}
.color-3 {
color: #7d9eb5;
}
.color-4 {
color: #d8a85f;
}
.color-5 {
color: #b14a3e;
}
/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #9fb1c6;
--color-3: #7d9eb5;
--color-4: #d8a85f;
--color-5: #b14a3e;
}
CSS del degradado de fondo Crestfallen Cowboy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #9fb1c6, #7d9eb5, #d8a85f, #b14a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #9fb1c6, #7d9eb5, #d8a85f, #b14a3e);
}
Paletas de colores similares
Crestfallen Cowboy color palette created on .