Cherry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cherry palette

Share this palette to:

Download Cherry Color Palette (PNG)

Download cherry color palette PNG image (landscape)
Download cherry color palette PNG image (square)

Cherry color palette CSS

/* CSS */
.color-1 {
color: #b52629;
}
.color-2 {
color: #b33d41;
}
.color-3 {
color: #b4555b;
}
.color-4 {
color: #b83e32;
}
.color-5 {
color: #b6494c;
}

/* CSS Variables */
:root {
--color-1: #b52629;
--color-2: #b33d41;
--color-3: #b4555b;
--color-4: #b83e32;
--color-5: #b6494c;
}

Cherry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b52629, #b33d41, #b4555b, #b83e32, #b6494c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b52629, #b33d41, #b4555b, #b83e32, #b6494c);
}

Cherry color palette created on .