Pink Die Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Die palette

Share this palette to:

Pink Die color palette CSS

/* CSS */
.color-1 {
color: #492c3a;
}
.color-2 {
color: #7b5b7a;
}
.color-3 {
color: #c9a1b8;
}
.color-4 {
color: #f2c0d4;
}
.color-5 {
color: #ffb39e;
}

/* CSS Variables */
:root {
--color-1: #492c3a;
--color-2: #7b5b7a;
--color-3: #c9a1b8;
--color-4: #f2c0d4;
--color-5: #ffb39e;
}

Pink Die background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492c3a, #7b5b7a, #c9a1b8, #f2c0d4, #ffb39e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492c3a, #7b5b7a, #c9a1b8, #f2c0d4, #ffb39e);
}

Pink Die color palette created on .