Te Papa Green Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Te Papa Green Shades palette

Share this palette to:

Te Papa Green Shades color palette CSS

/* CSS */
.color-1 {
color: #1f4d51;
}
.color-2 {
color: #2f6c6f;
}
.color-3 {
color: #4c9a97;
}
.color-4 {
color: #7fc3be;
}
.color-5 {
color: #a5e3e0;
}

/* CSS Variables */
:root {
--color-1: #1f4d51;
--color-2: #2f6c6f;
--color-3: #4c9a97;
--color-4: #7fc3be;
--color-5: #a5e3e0;
}

Te Papa Green Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4d51, #2f6c6f, #4c9a97, #7fc3be, #a5e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4d51, #2f6c6f, #4c9a97, #7fc3be, #a5e3e0);
}

Te Papa Green Shades color palette created on .