Blue Jellyfish カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Jellyfish palette
Blue Jellyfish カラーパレット CSS
/* CSS */
.color-1 {
color: #407fbf;
}
.color-2 {
color: #6cb2e4;
}
.color-3 {
color: #94d5e1;
}
.color-4 {
color: #f1a7d2;
}
.color-5 {
color: #f0566b;
}
/* CSS Variables */
:root {
--color-1: #407fbf;
--color-2: #6cb2e4;
--color-3: #94d5e1;
--color-4: #f1a7d2;
--color-5: #f0566b;
}
Blue Jellyfish の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #407fbf, #6cb2e4, #94d5e1, #f1a7d2, #f0566b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #407fbf, #6cb2e4, #94d5e1, #f1a7d2, #f0566b);
}
似たようなカラーパレット
Blue Jellyfish color palette created on .