Teal Crystal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Crystal palette

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

Teal Crystal カラーパレット CSS

/* CSS */
.color-1 {
color: #a2dae6;
}
.color-2 {
color: #76c7d5;
}
.color-3 {
color: #4cb8c2;
}
.color-4 {
color: #1e9999;
}
.color-5 {
color: #007a7a;
}

/* CSS Variables */
:root {
--color-1: #a2dae6;
--color-2: #76c7d5;
--color-3: #4cb8c2;
--color-4: #1e9999;
--color-5: #007a7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2dae6, #76c7d5, #4cb8c2, #1e9999, #007a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2dae6, #76c7d5, #4cb8c2, #1e9999, #007a7a);
}

Teal Crystal color palette created on .