Warm Handmade Feel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Handmade Feel palette
Warm Handmade Feel color palette PNG image
Warm Handmade Feel color palette CSS
/* CSS */
.color-1 {
color: #d56948;
}
.color-2 {
color: #e69e5c;
}
.color-3 {
color: #f5c47f;
}
.color-4 {
color: #f4e19f;
}
.color-5 {
color: #f7d9a1;
}
/* CSS Variables */
:root {
--color-1: #d56948;
--color-2: #e69e5c;
--color-3: #f5c47f;
--color-4: #f4e19f;
--color-5: #f7d9a1;
}
Warm Handmade Feel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56948, #e69e5c, #f5c47f, #f4e19f, #f7d9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56948, #e69e5c, #f5c47f, #f4e19f, #f7d9a1);
}
Similar color palettes
Warm Handmade Feel color palette created on .