Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #006b5f;
}
.color-2 {
color: #008a7c;
}
.color-3 {
color: #00bdd6;
}
.color-4 {
color: #4ccfe1;
}
.color-5 {
color: #80deea;
}

/* CSS Variables */
:root {
--color-1: #006b5f;
--color-2: #008a7c;
--color-3: #00bdd6;
--color-4: #4ccfe1;
--color-5: #80deea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006b5f, #008a7c, #00bdd6, #4ccfe1, #80deea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006b5f, #008a7c, #00bdd6, #4ccfe1, #80deea);
}

Teal Oasis color palette created on .