Teal Eyes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Eyes palette

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

Teal Eyes カラーパレット CSS

/* CSS */
.color-1 {
color: #2a8e9d;
}
.color-2 {
color: #4ac2c4;
}
.color-3 {
color: #8ae1e5;
}
.color-4 {
color: #f9d8a4;
}
.color-5 {
color: #f57a7a;
}

/* CSS Variables */
:root {
--color-1: #2a8e9d;
--color-2: #4ac2c4;
--color-3: #8ae1e5;
--color-4: #f9d8a4;
--color-5: #f57a7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a8e9d, #4ac2c4, #8ae1e5, #f9d8a4, #f57a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a8e9d, #4ac2c4, #8ae1e5, #f9d8a4, #f57a7a);
}

Teal Eyes color palette created on .