Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #9ed6d4;
}
.color-2 {
color: #6bd6b3;
}
.color-3 {
color: #3bbf9a;
}
.color-4 {
color: #1d9f85;
}
.color-5 {
color: #0a7f70;
}

/* CSS Variables */
:root {
--color-1: #9ed6d4;
--color-2: #6bd6b3;
--color-3: #3bbf9a;
--color-4: #1d9f85;
--color-5: #0a7f70;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed6d4, #6bd6b3, #3bbf9a, #1d9f85, #0a7f70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed6d4, #6bd6b3, #3bbf9a, #1d9f85, #0a7f70);
}

Teal Oasis color palette created on .