Te Papa Green Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Te Papa Green Shades palette

このパレットを共有する先:

Te Papa Green Shades カラーパレット 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 の背景のグラデーション 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 .