Pink Jagoda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Jagoda palette

Share this palette to:

Pink Jagoda color palette CSS

/* CSS */
.color-1 {
color: #da1b61;
}
.color-2 {
color: #f0568f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #fdd835;
}

/* CSS Variables */
:root {
--color-1: #da1b61;
--color-2: #f0568f;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #fdd835;
}

Pink Jagoda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da1b61, #f0568f, #ff6e61, #ffb84d, #fdd835);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da1b61, #f0568f, #ff6e61, #ffb84d, #fdd835);
}

Pink Jagoda color palette created on .