Berry Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Berry Red palette

Share this palette to:

Berry Red color palette CSS

/* CSS */
.color-1 {
color: #d491a5;
}
.color-2 {
color: #e2abb6;
}
.color-3 {
color: #f0bcca;
}
.color-4 {
color: #fbdae2;
}
.color-5 {
color: #f8f1f1;
}

/* CSS Variables */
:root {
--color-1: #d491a5;
--color-2: #e2abb6;
--color-3: #f0bcca;
--color-4: #fbdae2;
--color-5: #f8f1f1;
}

Berry Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d491a5, #e2abb6, #f0bcca, #fbdae2, #f8f1f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d491a5, #e2abb6, #f0bcca, #fbdae2, #f8f1f1);
}

Berry Red color palette created on .