Teal Aether カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Aether palette

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

Teal Aether カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6eb9b7;
}
.color-3 {
color: #3c9a99;
}
.color-4 {
color: #1f7a7a;
}
.color-5 {
color: #0e4e4e;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6eb9b7;
--color-3: #3c9a99;
--color-4: #1f7a7a;
--color-5: #0e4e4e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6eb9b7, #3c9a99, #1f7a7a, #0e4e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6eb9b7, #3c9a99, #1f7a7a, #0e4e4e);
}

Teal Aether color palette created on .