Pink Gem Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Gem palette

Share this palette to:

Pink Gem color palette CSS

/* CSS */
.color-1 {
color: #ea3e5b;
}
.color-2 {
color: #f6a7c1;
}
.color-3 {
color: #f2d4a1;
}
.color-4 {
color: #f7eaa6;
}
.color-5 {
color: #74c3b2;
}

/* CSS Variables */
:root {
--color-1: #ea3e5b;
--color-2: #f6a7c1;
--color-3: #f2d4a1;
--color-4: #f7eaa6;
--color-5: #74c3b2;
}

Pink Gem background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea3e5b, #f6a7c1, #f2d4a1, #f7eaa6, #74c3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea3e5b, #f6a7c1, #f2d4a1, #f7eaa6, #74c3b2);
}

Pink Gem color palette created on .