Pink Raspberry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Raspberry palette

Share this palette to:

Pink Raspberry color palette CSS

/* CSS */
.color-1 {
color: #d75b8d;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f3c4d6;
}
.color-4 {
color: #f7e3e7;
}
.color-5 {
color: #ff6b8b;
}

/* CSS Variables */
:root {
--color-1: #d75b8d;
--color-2: #f1a7b3;
--color-3: #f3c4d6;
--color-4: #f7e3e7;
--color-5: #ff6b8b;
}

Pink Raspberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d75b8d, #f1a7b3, #f3c4d6, #f7e3e7, #ff6b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d75b8d, #f1a7b3, #f3c4d6, #f7e3e7, #ff6b8b);
}

Pink Raspberry color palette created on .