Turquoise Atlas カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Atlas palette

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

Turquoise Atlas カラーパレット CSS

/* CSS */
.color-1 {
color: #3c8e9a;
}
.color-2 {
color: #50b9b4;
}
.color-3 {
color: #76e0d2;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #3c8e9a;
--color-2: #50b9b4;
--color-3: #76e0d2;
--color-4: #f4cf3e;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c8e9a, #50b9b4, #76e0d2, #f4cf3e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c8e9a, #50b9b4, #76e0d2, #f4cf3e, #e74d3c);
}

Turquoise Atlas color palette created on .