Pink Varnika Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Varnika palette
Pink Varnika color palette CSS
/* CSS */
.color-1 {
color: #f6d7a2;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f8b4c1;
}
.color-4 {
color: #f0999c;
}
.color-5 {
color: #f36d88;
}
/* CSS Variables */
:root {
--color-1: #f6d7a2;
--color-2: #f1a8a2;
--color-3: #f8b4c1;
--color-4: #f0999c;
--color-5: #f36d88;
}
Pink Varnika background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7a2, #f1a8a2, #f8b4c1, #f0999c, #f36d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7a2, #f1a8a2, #f8b4c1, #f0999c, #f36d88);
}
Similar color palettes
Pink Varnika color palette created on .