Red Berry Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Berry Delight palette

Share this palette to:

Red Berry Delight color palette CSS

/* CSS */
.color-1 {
color: #c92c49;
}
.color-2 {
color: #e95d64;
}
.color-3 {
color: #f2a6b6;
}
.color-4 {
color: #d6a100;
}
.color-5 {
color: #6c2c28;
}

/* CSS Variables */
:root {
--color-1: #c92c49;
--color-2: #e95d64;
--color-3: #f2a6b6;
--color-4: #d6a100;
--color-5: #6c2c28;
}

Red Berry Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c49, #e95d64, #f2a6b6, #d6a100, #6c2c28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c49, #e95d64, #f2a6b6, #d6a100, #6c2c28);
}

Red Berry Delight color palette created on .