Pink Jewelrybox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Jewelrybox palette

Share this palette to:

Pink Jewelrybox color palette CSS

/* CSS */
.color-1 {
color: #a07e9b;
}
.color-2 {
color: #d5b4c5;
}
.color-3 {
color: #f1c6d2;
}
.color-4 {
color: #f4e9b8;
}
.color-5 {
color: #f8c8a5;
}

/* CSS Variables */
:root {
--color-1: #a07e9b;
--color-2: #d5b4c5;
--color-3: #f1c6d2;
--color-4: #f4e9b8;
--color-5: #f8c8a5;
}

Pink Jewelrybox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a07e9b, #d5b4c5, #f1c6d2, #f4e9b8, #f8c8a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a07e9b, #d5b4c5, #f1c6d2, #f4e9b8, #f8c8a5);
}

Pink Jewelrybox color palette created on .