Tide カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tide palette
Tide カラーパレット CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #51b6c8;
}
.color-3 {
color: #8be0e5;
}
.color-4 {
color: #d3f1f3;
}
.color-5 {
color: #fff5e0;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #51b6c8;
--color-3: #8be0e5;
--color-4: #d3f1f3;
--color-5: #fff5e0;
}
Tide の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #51b6c8, #8be0e5, #d3f1f3, #fff5e0);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Tide color palette created on .