Shades of Green and Pink Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Green and Pink palette

Share this palette to:

Shades of Green and Pink color palette CSS

/* CSS */
.color-1 {
color: #1e3c3e;
}
.color-2 {
color: #3f6e6e;
}
.color-3 {
color: #8e9f8e;
}
.color-4 {
color: #f4a59f;
}
.color-5 {
color: #d85f85;
}

/* CSS Variables */
:root {
--color-1: #1e3c3e;
--color-2: #3f6e6e;
--color-3: #8e9f8e;
--color-4: #f4a59f;
--color-5: #d85f85;
}

Shades of Green and Pink background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c3e, #3f6e6e, #8e9f8e, #f4a59f, #d85f85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c3e, #3f6e6e, #8e9f8e, #f4a59f, #d85f85);
}

Shades of Green and Pink color palette created on .