Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #00b39e;
}
.color-3 {
color: #1bc5b4;
}
.color-4 {
color: #4fdedb;
}
.color-5 {
color: #a1f1f7;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #00b39e;
--color-3: #1bc5b4;
--color-4: #4fdedb;
--color-5: #a1f1f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #00b39e, #1bc5b4, #4fdedb, #a1f1f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #00b39e, #1bc5b4, #4fdedb, #a1f1f7);
}

Teal Oasis color palette created on .