Crocker Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crocker palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crocker Color Palette (PNG)
Crocker color palette CSS
/* CSS */
.color-1 {
color: #9d5e5c;
}
.color-2 {
color: #ce7d69;
}
.color-3 {
color: #e1aa93;
}
.color-4 {
color: #e3b182;
}
.color-5 {
color: #d88a3b;
}
/* CSS Variables */
:root {
--color-1: #9d5e5c;
--color-2: #ce7d69;
--color-3: #e1aa93;
--color-4: #e3b182;
--color-5: #d88a3b;
}
Crocker background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9d5e5c, #ce7d69, #e1aa93, #e3b182, #d88a3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9d5e5c, #ce7d69, #e1aa93, #e3b182, #d88a3b);
}
Similar color palettes
Crocker color palette created on .