Shades of Te Papa Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Te Papa Green palette
Shades of Te Papa Green color palette PNG image
Shades of Te Papa Green color palette CSS
/* CSS */
.color-1 {
color: #17211d;
}
.color-2 {
color: #1f2d26;
}
.color-3 {
color: #2c3f33;
}
.color-4 {
color: #3c5842;
}
.color-5 {
color: #547855;
}
/* CSS Variables */
:root {
--color-1: #17211d;
--color-2: #1f2d26;
--color-3: #2c3f33;
--color-4: #3c5842;
--color-5: #547855;
}
Shades of Te Papa Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #17211d, #1f2d26, #2c3f33, #3c5842, #547855);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #17211d, #1f2d26, #2c3f33, #3c5842, #547855);
}
Similar color palettes
Shades of Te Papa Green color palette created on .