Turquoise Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Oasis palette

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

Turquoise Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #1fc1c1;
}
.color-2 {
color: #3fe4e4;
}
.color-3 {
color: #6ff6f6;
}
.color-4 {
color: #a0f8f8;
}
.color-5 {
color: #e5ffff;
}

/* CSS Variables */
:root {
--color-1: #1fc1c1;
--color-2: #3fe4e4;
--color-3: #6ff6f6;
--color-4: #a0f8f8;
--color-5: #e5ffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fc1c1, #3fe4e4, #6ff6f6, #a0f8f8, #e5ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fc1c1, #3fe4e4, #6ff6f6, #a0f8f8, #e5ffff);
}

Turquoise Oasis color palette created on .