Light Blue Jellyfish カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Blue Jellyfish palette
Light Blue Jellyfish カラーパレット (PNG) をダウンロード
Light Blue Jellyfish カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #5abfd3;
}
.color-3 {
color: #1e7f94;
}
.color-4 {
color: #295c6a;
}
.color-5 {
color: #0e3b4e;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5abfd3;
--color-3: #1e7f94;
--color-4: #295c6a;
--color-5: #0e3b4e;
}
Light Blue Jellyfish の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5abfd3, #1e7f94, #295c6a, #0e3b4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5abfd3, #1e7f94, #295c6a, #0e3b4e);
}
似たようなカラーパレット
Light Blue Jellyfish color palette created on .