Teal Nature カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Nature palette

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

Teal Nature カラーパレット CSS

/* CSS */
.color-1 {
color: #f1f3f4;
}
.color-2 {
color: #b5d9e8;
}
.color-3 {
color: #7ac5d6;
}
.color-4 {
color: #2a9b9d;
}
.color-5 {
color: #0d4b5e;
}

/* CSS Variables */
:root {
--color-1: #f1f3f4;
--color-2: #b5d9e8;
--color-3: #7ac5d6;
--color-4: #2a9b9d;
--color-5: #0d4b5e;
}

Teal Nature の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f4, #b5d9e8, #7ac5d6, #2a9b9d, #0d4b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f4, #b5d9e8, #7ac5d6, #2a9b9d, #0d4b5e);
}

Teal Nature color palette created on .