Bright Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Teal palette

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

Bright Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #3dffff;
}
.color-2 {
color: #1ab0c7;
}
.color-3 {
color: #009e9b;
}
.color-4 {
color: #007a74;
}
.color-5 {
color: #005c5a;
}

/* CSS Variables */
:root {
--color-1: #3dffff;
--color-2: #1ab0c7;
--color-3: #009e9b;
--color-4: #007a74;
--color-5: #005c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dffff, #1ab0c7, #009e9b, #007a74, #005c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dffff, #1ab0c7, #009e9b, #007a74, #005c5a);
}

Bright Teal color palette created on .