Teal Will カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Will palette

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

Teal Will カラーパレット CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #2cafa0;
}
.color-3 {
color: #1b9883;
}
.color-4 {
color: #f6c76a;
}
.color-5 {
color: #f76d4a;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #2cafa0;
--color-3: #1b9883;
--color-4: #f6c76a;
--color-5: #f76d4a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #2cafa0, #1b9883, #f6c76a, #f76d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #2cafa0, #1b9883, #f6c76a, #f76d4a);
}

Teal Will color palette created on .