Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1abcb7;
}
.color-2 {
color: #4dd5c5;
}
.color-3 {
color: #a4dfd6;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1abcb7;
--color-2: #4dd5c5;
--color-3: #a4dfd6;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abcb7, #4dd5c5, #a4dfd6, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abcb7, #4dd5c5, #a4dfd6, #ffb84d, #ff6e61);
}

Teal Oasis color palette created on .