High Tide Beach カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with High Tide Beach palette
High Tide Beach カラー パレット PNG 画像
High Tide Beach カラーパレット CSS
/* CSS */
.color-1 {
color: #f2b950;
}
.color-2 {
color: #edb06e;
}
.color-3 {
color: #a8d6e1;
}
.color-4 {
color: #3c8c9a;
}
.color-5 {
color: #2e5b7f;
}
/* CSS Variables */
:root {
--color-1: #f2b950;
--color-2: #edb06e;
--color-3: #a8d6e1;
--color-4: #3c8c9a;
--color-5: #2e5b7f;
}
High Tide Beach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b950, #edb06e, #a8d6e1, #3c8c9a, #2e5b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b950, #edb06e, #a8d6e1, #3c8c9a, #2e5b7f);
}
似たようなカラーパレット
High Tide Beach color palette created on .