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: #3dbdb8;
}
.color-3 {
color: #5dd5c3;
}
.color-4 {
color: #96e4d4;
}
.color-5 {
color: #b1f2e5;
}
/* CSS Variables */
:root {
--color-1: #297b99;
--color-2: #3dbdb8;
--color-3: #5dd5c3;
--color-4: #96e4d4;
--color-5: #b1f2e5;
}
Teal Jelly Bean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #297b99, #3dbdb8, #5dd5c3, #96e4d4, #b1f2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #297b99, #3dbdb8, #5dd5c3, #96e4d4, #b1f2e5);
}
似たようなカラーパレット
Teal Jelly Bean color palette created on .