Pink Varnika Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Varnika palette

Share this palette to:

Pink Varnika color palette CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f47b99;
}
.color-4 {
color: #ee498e;
}
.color-5 {
color: #e03e6e;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f1a7b4;
--color-3: #f47b99;
--color-4: #ee498e;
--color-5: #e03e6e;
}

Pink Varnika background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f1a7b4, #f47b99, #ee498e, #e03e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f1a7b4, #f47b99, #ee498e, #e03e6e);
}

Pink Varnika color palette created on .