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