Teal Cryo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Cryo palette

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

Teal Cryo カラーパレット CSS

/* CSS */
.color-1 {
color: #00b0e0;
}
.color-2 {
color: #009e9b;
}
.color-3 {
color: #007a8a;
}
.color-4 {
color: #00606b;
}
.color-5 {
color: #00414d;
}

/* CSS Variables */
:root {
--color-1: #00b0e0;
--color-2: #009e9b;
--color-3: #007a8a;
--color-4: #00606b;
--color-5: #00414d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b0e0, #009e9b, #007a8a, #00606b, #00414d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b0e0, #009e9b, #007a8a, #00606b, #00414d);
}

Teal Cryo color palette created on .