Teal Jelly Bean カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Jelly Bean palette

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

Teal Jelly Bean カラーパレット CSS

/* CSS */
.color-1 {
color: #297b99;
}
.color-2 {
color: #5ab5b0;
}
.color-3 {
color: #8ed2b3;
}
.color-4 {
color: #c4e59e;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #297b99;
--color-2: #5ab5b0;
--color-3: #8ed2b3;
--color-4: #c4e59e;
--color-5: #f4cf3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297b99, #5ab5b0, #8ed2b3, #c4e59e, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297b99, #5ab5b0, #8ed2b3, #c4e59e, #f4cf3e);
}

Teal Jelly Bean color palette created on .