Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1a7a6f;
}
.color-2 {
color: #4cc8b5;
}
.color-3 {
color: #7ff5d6;
}
.color-4 {
color: #b3f4e1;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #1a7a6f;
--color-2: #4cc8b5;
--color-3: #7ff5d6;
--color-4: #b3f4e1;
--color-5: #ffb84d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a7a6f, #4cc8b5, #7ff5d6, #b3f4e1, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a7a6f, #4cc8b5, #7ff5d6, #b3f4e1, #ffb84d);
}

Teal Oasis color palette created on .