Turquoise Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Shades palette

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

Turquoise Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #6adae7;
}
.color-2 {
color: #5bbac2;
}
.color-3 {
color: #4ba0af;
}
.color-4 {
color: #3b809b;
}
.color-5 {
color: #2b5f7d;
}

/* CSS Variables */
:root {
--color-1: #6adae7;
--color-2: #5bbac2;
--color-3: #4ba0af;
--color-4: #3b809b;
--color-5: #2b5f7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6adae7, #5bbac2, #4ba0af, #3b809b, #2b5f7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6adae7, #5bbac2, #4ba0af, #3b809b, #2b5f7d);
}

Turquoise Shades color palette created on .