Turquoise Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Shades palette

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

Turquoise Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #30d5c7;
}
.color-2 {
color: #1f9e9e;
}
.color-3 {
color: #0c7977;
}
.color-4 {
color: #3cbeba;
}
.color-5 {
color: #aae4e4;
}

/* CSS Variables */
:root {
--color-1: #30d5c7;
--color-2: #1f9e9e;
--color-3: #0c7977;
--color-4: #3cbeba;
--color-5: #aae4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30d5c7, #1f9e9e, #0c7977, #3cbeba, #aae4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30d5c7, #1f9e9e, #0c7977, #3cbeba, #aae4e4);
}

Turquoise Shades color palette created on .