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