Cozy Bookstore and Winery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Bookstore and Winery palette
Cozy Bookstore and Winery color palette PNG image
Cozy Bookstore and Winery color palette CSS
/* CSS */
.color-1 {
color: #493732;
}
.color-2 {
color: #7a5e4d;
}
.color-3 {
color: #a68a7d;
}
.color-4 {
color: #d5c9b4;
}
.color-5 {
color: #e8e0bf;
}
/* CSS Variables */
:root {
--color-1: #493732;
--color-2: #7a5e4d;
--color-3: #a68a7d;
--color-4: #d5c9b4;
--color-5: #e8e0bf;
}
Cozy Bookstore and Winery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #493732, #7a5e4d, #a68a7d, #d5c9b4, #e8e0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #493732, #7a5e4d, #a68a7d, #d5c9b4, #e8e0bf);
}
Similar color palettes
Cozy Bookstore and Winery color palette created on .