Vibrant Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Teal palette

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

Vibrant Teal カラーパレット (PNG) をダウンロード

Download vibrant teal color palette PNG image (landscape)
Download vibrant teal color palette PNG image (square)

Vibrant Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #ff5724;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ff5724;
--color-3: #ffc105;
--color-4: #ff9900;
--color-5: #ffec3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ff5724, #ffc105, #ff9900, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ff5724, #ffc105, #ff9900, #ffec3d);
}

Vibrant Teal color palette created on .