Pink Selfgrowth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Selfgrowth palette

Share this palette to:

Pink Selfgrowth color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f7b9a6;
}
.color-3 {
color: #f6d7b1;
}
.color-4 {
color: #e9e5b9;
}
.color-5 {
color: #b9e1b7;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7b9a6;
--color-3: #f6d7b1;
--color-4: #e9e5b9;
--color-5: #b9e1b7;
}

Pink Selfgrowth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7b9a6, #f6d7b1, #e9e5b9, #b9e1b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7b9a6, #f6d7b1, #e9e5b9, #b9e1b7);
}

Pink Selfgrowth color palette created on .