Cherrywood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cherrywood palette
Cherrywood color palette PNG image
Cherrywood color palette CSS
/* CSS */
.color-1 {
color: #5a2b2a;
}
.color-2 {
color: #893435;
}
.color-3 {
color: #b75254;
}
.color-4 {
color: #cb7c7d;
}
.color-5 {
color: #d2a2a4;
}
/* CSS Variables */
:root {
--color-1: #5a2b2a;
--color-2: #893435;
--color-3: #b75254;
--color-4: #cb7c7d;
--color-5: #d2a2a4;
}
Cherrywood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a2b2a, #893435, #b75254, #cb7c7d, #d2a2a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a2b2a, #893435, #b75254, #cb7c7d, #d2a2a4);
}
Similar color palettes
Cherrywood color palette created on .