Pink Crystal Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Crystal palette

Share this palette to:

Pink Crystal color palette CSS

/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #f4b4b7;
}
.color-3 {
color: #f9eab4;
}
.color-4 {
color: #f7d3a6;
}
.color-5 {
color: #f3aab5;
}

/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #f4b4b7;
--color-3: #f9eab4;
--color-4: #f7d3a6;
--color-5: #f3aab5;
}

Pink Crystal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #f4b4b7, #f9eab4, #f7d3a6, #f3aab5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #f4b4b7, #f9eab4, #f7d3a6, #f3aab5);
}

Pink Crystal color palette created on .