Teal Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Depths palette

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

Teal Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #00b1b8;
}
.color-2 {
color: #006075;
}
.color-3 {
color: #003f5c;
}
.color-4 {
color: #002a4d;
}
.color-5 {
color: #1a8e8e;
}

/* CSS Variables */
:root {
--color-1: #00b1b8;
--color-2: #006075;
--color-3: #003f5c;
--color-4: #002a4d;
--color-5: #1a8e8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b1b8, #006075, #003f5c, #002a4d, #1a8e8e);
}

Teal Depths color palette created on .