Teal Baku カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Baku palette
Teal Baku カラーパレット CSS
/* CSS */
.color-1 {
color: #f7a1a1;
}
.color-2 {
color: #f5d68e;
}
.color-3 {
color: #f2e37d;
}
.color-4 {
color: #b7e6d8;
}
.color-5 {
color: #71b8e5;
}
/* CSS Variables */
:root {
--color-1: #f7a1a1;
--color-2: #f5d68e;
--color-3: #f2e37d;
--color-4: #b7e6d8;
--color-5: #71b8e5;
}
Teal Baku の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1a1, #f5d68e, #f2e37d, #b7e6d8, #71b8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1a1, #f5d68e, #f2e37d, #b7e6d8, #71b8e5);
}
似たようなカラーパレット
Teal Baku color palette created on .