Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00a89d;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00c2b5;
}
.color-4 {
color: #00d1c0;
}
.color-5 {
color: #00e0ca;
}

/* CSS Variables */
:root {
--color-1: #00a89d;
--color-2: #00b3aa;
--color-3: #00c2b5;
--color-4: #00d1c0;
--color-5: #00e0ca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a89d, #00b3aa, #00c2b5, #00d1c0, #00e0ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a89d, #00b3aa, #00c2b5, #00d1c0, #00e0ca);
}

Teal Oasis color palette created on .