Cowgirl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cowgirl palette
Cowgirl color palette CSS
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #d68b66;
}
.color-3 {
color: #bf5d45;
}
.color-4 {
color: #ab4b36;
}
.color-5 {
color: #6f3b2a;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #d68b66;
--color-3: #bf5d45;
--color-4: #ab4b36;
--color-5: #6f3b2a;
}
Cowgirl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #d68b66, #bf5d45, #ab4b36, #6f3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #d68b66, #bf5d45, #ab4b36, #6f3b2a);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Cowgirl color palette created on .