Teal Zenith カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Zenith palette

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

Teal Zenith カラーパレット CSS

/* CSS */
.color-1 {
color: #2b883d;
}
.color-2 {
color: #45b59f;
}
.color-3 {
color: #71d6d1;
}
.color-4 {
color: #a4e1e5;
}
.color-5 {
color: #e9f7f0;
}

/* CSS Variables */
:root {
--color-1: #2b883d;
--color-2: #45b59f;
--color-3: #71d6d1;
--color-4: #a4e1e5;
--color-5: #e9f7f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b883d, #45b59f, #71d6d1, #a4e1e5, #e9f7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b883d, #45b59f, #71d6d1, #a4e1e5, #e9f7f0);
}

Teal Zenith color palette created on .