Teal Depths カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Depths palette

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

Teal Depths カラーパレット CSS

/* CSS */
.color-1 {
color: #5abfba;
}
.color-2 {
color: #3b9eba;
}
.color-3 {
color: #007b94;
}
.color-4 {
color: #005c75;
}
.color-5 {
color: #003d4d;
}

/* CSS Variables */
:root {
--color-1: #5abfba;
--color-2: #3b9eba;
--color-3: #007b94;
--color-4: #005c75;
--color-5: #003d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abfba, #3b9eba, #007b94, #005c75, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abfba, #3b9eba, #007b94, #005c75, #003d4d);
}

Teal Depths color palette created on .