Cozy Cabin Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Cabin palette
Cozy Cabin color palette PNG image
Cozy Cabin color palette CSS
/* CSS */
.color-1 {
color: #5c3b2d;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #a65f5e;
}
.color-4 {
color: #6c8b5b;
}
.color-5 {
color: #3f5a4c;
}
/* CSS Variables */
:root {
--color-1: #5c3b2d;
--color-2: #7e4b3a;
--color-3: #a65f5e;
--color-4: #6c8b5b;
--color-5: #3f5a4c;
}
Cozy Cabin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3b2d, #7e4b3a, #a65f5e, #6c8b5b, #3f5a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3b2d, #7e4b3a, #a65f5e, #6c8b5b, #3f5a4c);
}
Similar color palettes
Cozy Cabin color palette created on .