Pink Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Nature palette

Share this palette to:

Pink Nature color palette CSS

/* CSS */
.color-1 {
color: #e5a4b5;
}
.color-2 {
color: #d5cad8;
}
.color-3 {
color: #a1d4b5;
}
.color-4 {
color: #9bc5a4;
}
.color-5 {
color: #f6e1a7;
}

/* CSS Variables */
:root {
--color-1: #e5a4b5;
--color-2: #d5cad8;
--color-3: #a1d4b5;
--color-4: #9bc5a4;
--color-5: #f6e1a7;
}

Pink Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5a4b5, #d5cad8, #a1d4b5, #9bc5a4, #f6e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5a4b5, #d5cad8, #a1d4b5, #9bc5a4, #f6e1a7);
}

Pink Nature color palette created on .